summaryrefslogtreecommitdiff
path: root/libev/Pkgfile
blob: a773b6ba623f529cfcd1991aac2b87d1c8d39a0e (plain)
    1 # Description: high-performance event loop/event model with lots of features
    2 # URL: http://software.schmorp.de/pkg/libev.html
    3 # Maintainer: Juergen Daubert, jue at crux dot nu
    4 
    5 name=libev
    6 version=4.33
    7 release=1
    8 source=(http://dist.schmorp.de/$name/$name-$version.tar.gz)
    9 
   10 build() {
   11 	cd $name-$version
   12 	./configure --prefix=/usr
   13 	make
   14 	make prefix=$PKG/usr install
   15 	rm $PKG/usr/include/event.h
   16 }

Generated by cgit