libev: 3.6 -> 3.7

This commit is contained in:
Bartlomiej Palmowski 2009-08-06 20:39:48 +02:00
parent 5bba3f232e
commit 014205d65b
3 changed files with 11 additions and 8 deletions

View File

@ -1,8 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/ev++.h
-rw-r--r-- root/root usr/include/ev.h
-rw-r--r-- root/root usr/include/event.h
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
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

View File

@ -1 +1 @@
40901d8d679cae4e42a15f5146bcf6a1 libev-3.6.tar.gz
8ad575ba379e3304b9b8b7e60a4ac0e0 libev-3.7.tar.gz

View File

@ -4,15 +4,17 @@
# Packager: Younes Hafri <ycrux@club-internet.fr>
name=libev
version=3.6
version=3.7
release=1
source=(http://dist.schmorp.de/$name/$name-$version.tar.gz)
build () {
cd $name-$version
# --mandir fsckin b0rken
./configure --prefix=/usr --mandir=$PKG/usr/man \
--disable-nls --disable-static
./configure --prefix=/usr \
--includedir=$PKG/usr/include/libev \
--mandir=$PKG/usr/man \
--disable-nls \
--disable-static
make
make prefix=$PKG/usr install
}