2009-01-10 16:27:36 +01:00
|
|
|
# Description: high-performance event loop/event model with lots of features
|
2014-05-22 12:37:35 +02:00
|
|
|
# URL: http://software.schmorp.de/pkg/libev
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
# Packager: Younes Hafri <ycrux@club-internet.fr>
|
2009-01-10 16:27:36 +01:00
|
|
|
|
|
|
|
name=libev
|
2013-10-19 13:53:25 +02:00
|
|
|
version=4.15
|
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
|
2010-12-08 14:47:03 +01:00
|
|
|
rm $PKG/usr/include/event.h
|
2009-01-10 16:27:36 +01:00
|
|
|
}
|