mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nftables: update to 1.0.1.
This commit is contained in:
parent
9aa67e0e42
commit
e4c2b4f06e
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'nftables'
|
# Template file for 'nftables'
|
||||||
pkgname=nftables
|
pkgname=nftables
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
|
configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3
|
||||||
|
--with-cli=readline"
|
||||||
hostmakedepends="python3 asciidoc docbook2x flex pkg-config"
|
hostmakedepends="python3 asciidoc docbook2x flex pkg-config"
|
||||||
makedepends="gmp-devel jansson-devel libmnl-devel libnftnl-devel readline-devel"
|
makedepends="gmp-devel jansson-devel libmnl-devel libnftnl-devel readline-devel"
|
||||||
short_desc="Netfilter nftables userspace tools"
|
short_desc="Netfilter nftables userspace tools"
|
||||||
|
@ -11,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://netfilter.org/projects/nftables/"
|
homepage="http://netfilter.org/projects/nftables/"
|
||||||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=58bf547daf967a2b88ecb4f425f126006ebde22711db806b25c1d6cf84fe45f4
|
checksum=3ceeba625818e81a0be293e9dd486c3ef799ebd92165270f1e57e9a201efa423
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv nftables
|
vsv nftables
|
||||||
|
|
Loading…
Add table
Reference in a new issue