libev: update to 4.01 and removes event.h

This commit is contained in:
Bartlomiej Palmowski 2010-12-08 14:47:03 +01:00
parent db3bc7cefb
commit b195ebdede
3 changed files with 8 additions and 12 deletions

View File

@ -1,14 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libev/
-rw-r--r-- root/root usr/include/libev/ev++.h
-rw-r--r-- root/root usr/include/libev/ev.h
-rw-r--r-- root/root usr/include/libev/event.h
-rw-r--r-- root/root usr/include/ev++.h
-rw-r--r-- root/root usr/include/ev.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libev.la
lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.3.0.0
lrwxrwxrwx root/root usr/lib/libev.so.3 -> libev.so.3.0.0
-rwxr-xr-x root/root usr/lib/libev.so.3.0.0
lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.4.0.0
lrwxrwxrwx root/root usr/lib/libev.so.4 -> libev.so.4.0.0
-rwxr-xr-x root/root usr/lib/libev.so.4.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/ev.3.gz

View File

@ -1 +1 @@
40fe7d56d70db83cc0c22a6a68d87a96 libev-3.9.tar.gz
2a6e0d3d7eda7d54b39f3800b8279707 libev-4.01.tar.gz

View File

@ -4,19 +4,17 @@
# Packager: Younes Hafri <ycrux@club-internet.fr>
name=libev
version=3.9
version=4.01
release=1
source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--includedir=$PKG/usr/include/libev \
--mandir=$PKG/usr/man \
--disable-nls \
--disable-static
# libev headers are installed to non standard dir
# due to libevent conflict
make
make prefix=$PKG/usr install
rm $PKG/usr/include/event.h
}