1 # Maintainer: Sebastien Binet <binet@farnsworth>
2 # Contributor: Nicolas QuiƩnot < niQo at aur >
7 pkgdesc="libkqueue is a portable userspace implementation of the kqueue(2) kernel event notification mechanism"
8 url="http://mark.heily.com/libkqueue/"
11 depends=('glibc' 'linux-api-headers')
16 source=(configure.patch http://mark.heily.com/sites/mark.heily.com/files/$pkgname-$pkgver.tar.gz)
19 cd $startdir/src/$pkgname-$pkgver
21 msg "patching 'configure'..."
22 patch -p1 < ../configure.patch || return 1
23 CFLAGS='-fPIC -I./include -I./src/common -Wall -Werror' ./configure --prefix=/usr || return 1
25 make DESTDIR=$startdir/pkg install || return 1
28 md5sums=('7f6bd2f566a2a37dc1feff894a083066'
29 'a3ce4cd20c24de3594bbb3cac50becfa')