contrib/libev/Pkgfile
Bartlomiej Palmowski 33c5c492cd libev: fixed dl url
2009-08-11 21:22:38 +02:00

23 lines
662 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.7
release=1
source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--includedir=$PKG/usr/include/libev \
--mandir=$PKG/usr/man \
--disable-nls \
--disable-static
# libev headers are installed to non standard dir
# due to libevent conflict
make
make prefix=$PKG/usr install
}