contrib/libev/Pkgfile
2009-04-20 20:38:22 +02:00

20 lines
530 B
Plaintext

# 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.53
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
make
make prefix=$PKG/usr install
}