# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=libnfnetlink pkgver=1.0.0 pkgrel=0 pkgdesc="low-level library for netfilter related kernel/userspace communication" url="http://www.netfilter.org/projects/libnfnetlink/" license="GPL-2" depends="uclibc" makedepends="" subpackages="$pkgname-dev" source="http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-$pkgver.tar.bz2" build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info make || return 1 make DESTDIR="$pkgdir" install } md5sums="016fdec8389242615024c529acc1adb8 libnfnetlink-1.0.0.tar.bz2"