description="Netfilter nftables userspace tools"
url="http://netfilter.org/projects/nftables/"

contributors="Alienus,Fanch,Greg,Tnut"
packager="spiky <spiky@nutyx.org>"

makedepends=(gmp readline docbook2x asciidoc libmnl  libnftnl jansson)

name=nftables
version=1.0.6

source=($url/files/nftables-$version.tar.xz
        nftables.conf)


build(){

cd $name-$version
./configure --prefix=/usr \
	--sysconfdir=/etc/nftables \
	--mandir=/usr/share/man \
        --with-json \
        --with-cli=readline
make
make DESTDIR=$PKG install
install -Dm644 ../nftables.conf "$PKG/etc/nftables/nftables.conf"
}
