contrib/libev/Pkgfile

19 lines
528 B
Plaintext
Raw Normal View History

2009-01-10 16:27:36 +01:00
# 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
2009-06-11 14:33:42 +02:00
version=3.6
2009-01-10 16:27:36 +01:00
release=1
source=(http://dist.schmorp.de/$name/$name-$version.tar.gz)
build () {
cd $name-$version
2009-04-20 20:38:22 +02:00
# --mandir fsckin b0rken
./configure --prefix=/usr --mandir=$PKG/usr/man \
2009-01-10 16:27:36 +01:00
--disable-nls --disable-static
make
make prefix=$PKG/usr install
}