contrib/libev/Pkgfile

21 lines
562 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
2011-11-29 22:34:04 +01:00
version=4.04
2009-01-10 16:27:36 +01:00
release=1
2009-08-11 21:22:38 +02:00
source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz)
2009-01-10 16:27:36 +01:00
build () {
cd $name-$version
2009-11-24 14:16:55 +01:00
./configure --prefix=/usr \
2009-08-06 20:39:48 +02:00
--mandir=$PKG/usr/man \
--disable-nls \
--disable-static
2009-01-10 16:27:36 +01:00
make
make prefix=$PKG/usr install
rm $PKG/usr/include/event.h
2009-01-10 16:27:36 +01:00
}