#Packager: Vasile Coman pkgname=libev pkgver=4.11 pkgrel=1vc source=("http://dist.schmorp.de/$pkgname/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ docs=("readme" "install" "copying" "ChangeLog" "authors" "todo") url=http://software.schmorp.de/pkg/libev.html slackdesc=\ ( #|-----handy-ruler----------------------------------------------| "libev (a high-performance event loop/model)" "Libev is modelled (very loosely) after libevent and the Event" "perl module, but is faster, scales better and is more correct," "and also more featureful. And also smaller. Yay." "http://software.schmorp.de/pkg/libev.html" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --build=$ARCH-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg }