added libev package
This commit is contained in:
parent
1076eb2369
commit
858617bf9b
|
@ -0,0 +1,19 @@
|
|||
# Description: high-performance event loop/event model with lots of features
|
||||
# URL: http://software.schmorp.de/pkg/libev.html
|
||||
# Maintainer: Alexander Zhirov
|
||||
|
||||
name=libev
|
||||
version=4.33
|
||||
release=1
|
||||
source=(http://dist.schmorp.de/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
|
||||
# rm $PKG/usr/include/event.h
|
||||
}
|
Loading…
Reference in New Issue