void-packages/srcpkgs/nftables/template
2015-01-15 11:17:04 +00:00

19 lines
657 B
Plaintext

# Template file for 'nftables'
pkgname=nftables
version=0.4
revision=2
build_style=gnu-configure
configure_args="--sbindir=/usr/bin CONFIG_MAN=y DB2MAN=docbook2man"
hostmakedepends="pkg-config docbook2x flex bison"
makedepends="libnftnl-devel libmnl-devel gmp-devel readline-devel"
short_desc="Netfilter nftables userspace tools"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://netfilter.org/projects/nftables/"
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
checksum=f6ca69b75c68915f9f3a3972274ec68354dfbbcfc0b9fc55c813a0525c351d3c
post_install() {
vsv $pkgname
}