summaryrefslogtreecommitdiff
path: root/libev
diff options
context:
space:
mode:
authorBartlomiej Palmowski <rotwang@crux.org.pl>2010-12-08 14:47:03 +0100
committerBartlomiej Palmowski <rotwang@crux.org.pl>2010-12-08 14:47:03 +0100
commitb195ebdedefea39b16dfde92c0a265708f5d4b5d (patch)
treece8bfa41a47d8243da3b4220bf116d9da0c5bf82 /libev
parentdb3bc7cefb9718813852e89222a1e45ff7555b2a (diff)
downloadcontrib-b195ebdedefea39b16dfde92c0a265708f5d4b5d.tar.gz
contrib-b195ebdedefea39b16dfde92c0a265708f5d4b5d.tar.xz
libev: update to 4.01 and removes event.h
Diffstat (limited to 'libev')
-rw-r--r--libev/.footprint12
-rw-r--r--libev/.md5sum2
-rw-r--r--libev/Pkgfile6
3 files changed, 8 insertions, 12 deletions
diff --git a/libev/.footprint b/libev/.footprint
index d92e5d8eb..6353d7292 100644
--- a/libev/.footprint
+++ b/libev/.footprint
@@ -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
diff --git a/libev/.md5sum b/libev/.md5sum
index a3db61a71..34ff2bb2c 100644
--- a/libev/.md5sum
+++ b/libev/.md5sum
@@ -1 +1 @@
-40fe7d56d70db83cc0c22a6a68d87a96 libev-3.9.tar.gz
+2a6e0d3d7eda7d54b39f3800b8279707 libev-4.01.tar.gz
diff --git a/libev/Pkgfile b/libev/Pkgfile
index 99e081efc..44b48fb3b 100644
--- a/libev/Pkgfile
+++ b/libev/Pkgfile
@@ -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
}

Generated by cgit