From 014205d65bffdc9b839b942eb27965e6062afd37 Mon Sep 17 00:00:00 2001 From: Bartlomiej Palmowski Date: Thu, 6 Aug 2009 20:39:48 +0200 Subject: [PATCH] libev: 3.6 -> 3.7 --- libev/.footprint | 7 ++++--- libev/.md5sum | 2 +- libev/Pkgfile | 10 ++++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/libev/.footprint b/libev/.footprint index ff7362d8a..d92e5d8eb 100644 --- a/libev/.footprint +++ b/libev/.footprint @@ -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 diff --git a/libev/.md5sum b/libev/.md5sum index 63c32e0ee..7c7a9a9eb 100644 --- a/libev/.md5sum +++ b/libev/.md5sum @@ -1 +1 @@ -40901d8d679cae4e42a15f5146bcf6a1 libev-3.6.tar.gz +8ad575ba379e3304b9b8b7e60a4ac0e0 libev-3.7.tar.gz diff --git a/libev/Pkgfile b/libev/Pkgfile index 3b4c212f8..dcb5706a6 100644 --- a/libev/Pkgfile +++ b/libev/Pkgfile @@ -4,15 +4,17 @@ # Packager: Younes Hafri 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 }