# Description: netfilter kernel/userspace communication library # URL: http://www.tw.netfilter.org/projects/libnfnetlink/index.html # Packager: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Maintainer: Nathan Pardoe, npardoe at ticklestix dot co dot uk name=libnfnetlink version=0.0.39 release=1 source=(http://www.tw.netfilter.org/projects/$name/files/$name-$version.tar.bz2) build () { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }