mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
nftables: update to 0.9.2.
This commit is contained in:
parent
e998abd933
commit
3b3f4b21cd
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'nftables'
|
# Template file for 'nftables'
|
||||||
pkgname=nftables
|
pkgname=nftables
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin CONFIG_MAN=y DB2MAN=docbook2man"
|
configure_args="--sbindir=/usr/bin --with-json"
|
||||||
hostmakedepends="asciidoc docbook2x flex pkg-config"
|
hostmakedepends="asciidoc docbook2x flex pkg-config"
|
||||||
makedepends="gmp-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"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
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=ead3bb68ed540bfbb87a96f2b69c3d65ab0c2a0c3f6e739a395c09377d1b4fce
|
checksum=5cb66180143e6bfc774f4eb316206d40ac1cb6df269a90882404cbf7165513f5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv nftables
|
vsv nftables
|
||||||
|
@ -32,5 +32,6 @@ libnftables-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue