# $Id$ # Maintainer: Sébastien Luttringer pkgname=libnftnl pkgver=1.0.1 pkgrel=1 pkgdesc='Netfilter library providing interface to the nf_tables subsystem' arch=('i686' 'x86_64') url='http://netfilter.org/projects/libnftnl/' license=('GPL2') depends=('libmnl') source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig}) sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9' 'SKIP') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: