mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/nftables: switch URLs to https, improve abuild
This commit is contained in:
parent
d49ce0a833
commit
b4413291f7
@ -5,14 +5,14 @@ pkgname=nftables
|
||||
pkgver=0.8.5
|
||||
pkgrel=0
|
||||
pkgdesc="Netfilter tables userspace tools"
|
||||
url="http://netfilter.org/projects/nftables"
|
||||
url="https://netfilter.org/projects/nftables"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="libmnl-dev libnftnl-dev gmp-dev readline-dev
|
||||
ncurses-dev bison flex docbook2x"
|
||||
makedepends="bison docbook2x flex gmp-dev libmnl-dev libnftnl-dev ncurses-dev
|
||||
readline-dev"
|
||||
install="$pkgname.post-upgrade"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2
|
||||
source="https://netfilter.org/projects/nftables/files/$pkgname-$pkgver.tar.bz2
|
||||
nftables.confd
|
||||
nftables.initd"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user