summaryrefslogtreecommitdiff
path: root/libev
diff options
context:
space:
mode:
authorBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-08-06 20:39:48 +0200
committerBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-08-06 20:39:48 +0200
commit014205d65bffdc9b839b942eb27965e6062afd37 (patch)
tree20e2fab9ff537941afd068e157a830268d2ceacc /libev
parent5bba3f232eda14345cd88a2a2eb94667e7f8ff99 (diff)
downloadcontrib-014205d65bffdc9b839b942eb27965e6062afd37.tar.gz
contrib-014205d65bffdc9b839b942eb27965e6062afd37.tar.xz
libev: 3.6 -> 3.7
Diffstat (limited to 'libev')
-rw-r--r--libev/.footprint7
-rw-r--r--libev/.md5sum2
-rw-r--r--libev/Pkgfile10
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 <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
}

Generated by cgit