# $Id: PKGBUILD 70936 2012-05-20 08:39:06Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Alessandro Sagratini # Contributor: Kevin Edmonds pkgname=libnetfilter_conntrack pkgver=1.0.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=('2d17d9da1404728d61a29b4a8338ad0c') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make make DESTDIR=$pkgdir install }