# $Id: PKGBUILD 43115 2011-03-24 07:48:06Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Alessandro Sagratini # Contributor: Kevin Edmonds pkgname=libnetfilter_conntrack pkgver=0.9.1 pkgrel=1 pkgdesc="userspace library providing a programming interface (API) to the in-kernel connection tracking state table" arch=('i686' 'x86_64') depends=(libnfnetlink) makedepends=(pkgconfig) url="http://www.netfilter.org/projects/libnetfilter_conntrack/index.html" license=("GPL") options=('!libtool') source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2) md5sums=('b7506cbb7580433859809d8eac53a199') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make make DESTDIR=$pkgdir install }