1
0
forked from ports/contrib

libev: new port

This commit is contained in:
Bartlomiej Palmowski 2009-01-10 16:27:36 +01:00
parent 753f44e4a5
commit 1fe7235332
3 changed files with 33 additions and 0 deletions

14
libev/.footprint Normal file
View File

@ -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

1
libev/.md5sum Normal file
View File

@ -0,0 +1 @@
5bdabddcd63680b31cff97aa668e5b03 libev-3.52.tar.gz

18
libev/Pkgfile Normal file
View File

@ -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
}