added libev package

This commit is contained in:
Alexander Zhirov 2024-03-14 18:57:46 +03:00
parent 1076eb2369
commit 858617bf9b
1 changed files with 19 additions and 0 deletions

19
packages/l/libev/Pkgfile Normal file
View File

@ -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
}