# Description: high-performance event loop/event model with lots of features # URL: http://software.schmorp.de/pkg/libev.html # Maintainer: Thomas Penteker, tek at serverop dot de # Packager: Younes Hafri name=libev version=4.24 release=1 source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr \ --mandir=$PKG/usr/man \ --disable-nls \ --disable-static make make prefix=$PKG/usr install rm $PKG/usr/include/event.h }