contrib/libev/Pkgfile

21 lines
566 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
2015-07-10 20:24:18 +02:00
# URL: http://software.schmorp.de/pkg/libev.html
2014-05-22 12:37:35 +02:00
# 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
2019-01-07 21:44:04 +01:00
version=4.25
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
}