diff options
author | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-01-10 16:27:36 +0100 |
---|---|---|
committer | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-01-10 16:27:36 +0100 |
commit | 1fe7235332991dc18285aef533db76762bcb5766 (patch) | |
tree | c0f1c21fa6a5dcd583ad949bd7f7c4b6a2df9d93 /libev | |
parent | 753f44e4a59879c82503f1be3d39f827bb89f859 (diff) | |
download | contrib-1fe7235332991dc18285aef533db76762bcb5766.tar.gz contrib-1fe7235332991dc18285aef533db76762bcb5766.tar.xz |
libev: new port
Diffstat (limited to 'libev')
-rw-r--r-- | libev/.footprint | 14 | ||||
-rw-r--r-- | libev/.md5sum | 1 | ||||
-rw-r--r-- | libev/Pkgfile | 18 |
3 files changed, 33 insertions, 0 deletions
diff --git a/libev/.footprint b/libev/.footprint new file mode 100644 index 000000000..4c3a15acc --- /dev/null +++ b/libev/.footprint @@ -0,0 +1,14 @@ +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/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 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/ev.3.gz diff --git a/libev/.md5sum b/libev/.md5sum new file mode 100644 index 000000000..dcf1acf11 --- /dev/null +++ b/libev/.md5sum @@ -0,0 +1 @@ +5bdabddcd63680b31cff97aa668e5b03 libev-3.52.tar.gz diff --git a/libev/Pkgfile b/libev/Pkgfile new file mode 100644 index 000000000..079c4dd19 --- /dev/null +++ b/libev/Pkgfile @@ -0,0 +1,18 @@ +# Description: high-performance event loop/event model with lots of features +# URL: http://software.schmorp.de/pkg/libev +# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl +# Packager: Younes Hafri <ycrux@club-internet.fr> + +name=libev +version=3.52 +release=1 +source=(http://dist.schmorp.de/$name/$name-$version.tar.gz) + +build () { + cd $name-$version + ./configure --prefix=/usr \ + --disable-nls --disable-static + make + make prefix=$PKG/usr install + +} |