22 lines
708 B
Bash
22 lines
708 B
Bash
# Template file for 'nftables'
|
|
pkgname=nftables
|
|
version=0.8.3
|
|
revision=1
|
|
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="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2"
|
|
homepage="http://netfilter.org/projects/nftables/"
|
|
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
|
checksum=d16be1f5db88e95d29fc0b0e4df88acd079f3ee8e2b872ec7673f9a0d5d95e38
|
|
|
|
post_extract() {
|
|
sed -i '1i#include "config.h"' src/proto.c
|
|
}
|
|
post_install() {
|
|
vsv $pkgname
|
|
}
|