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
|
2009-01-10 16:27:36 +01:00
|
|
|
|
|
|
|
name=libev
|
2020-04-22 12:12:23 +02:00
|
|
|
version=4.33
|
2009-01-10 16:27:36 +01:00
|
|
|
release=1
|
2019-11-30 19:01:53 +11:00
|
|
|
source=(http://dist.schmorp.de/$name/$name-$version.tar.gz)
|
2009-01-10 16:27:36 +01:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2020-04-22 12:12:23 +02:00
|
|
|
./configure --prefix=/usr
|
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
|
|
|
}
|