# $Id: PKGBUILD 71614 2012-05-31 08:52:14Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Kevin Edmonds # Maintainer: Filip Wojciechowski, filip at loka dot pl pkgname=libnetfilter_queue pkgver=1.0.1 pkgrel=1 pkgdesc="userspace library providing an API to packets that have been queued by the kernel packet filter" arch=('i686' 'x86_64') url="http://www.netfilter.org/projects/libnetfilter_queue/index.html" license=('GPL') depends=(libnfnetlink) makedepends=(pkgconfig) options=('!libtool') source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2) md5sums=('08b968cb2d36c24deb7f26a69f5d8602') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make make DESTDIR=$pkgdir install }