diff options
author | Luis Ressel <aranea@aixah.de> | 2019-07-09 06:59:55 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-09 06:59:55 +0000 |
commit | 7fa0d0d92025b27f4680c0933182127c7582c154 (patch) | |
tree | eb1944c7c94ec8931b45bf8c491f9caa1ae01f73 /user/nftables | |
parent | 6bea7ab54003fe5357ffcb3ef8f44e57f73d9769 (diff) | |
download | packages-7fa0d0d92025b27f4680c0933182127c7582c154.tar.gz packages-7fa0d0d92025b27f4680c0933182127c7582c154.tar.bz2 packages-7fa0d0d92025b27f4680c0933182127c7582c154.tar.xz packages-7fa0d0d92025b27f4680c0933182127c7582c154.zip |
user/{libnftnl,nftables}: Take over maintainership
See 7b788595e960b913bed3c7ddaeb5a49f937ff7de
Diffstat (limited to 'user/nftables')
-rw-r--r-- | user/nftables/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/user/nftables/APKBUILD b/user/nftables/APKBUILD index b70d5e9a4..13cd0a2a2 100644 --- a/user/nftables/APKBUILD +++ b/user/nftables/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: +# Maintainer: Luis Ressel <aranea@aixah.de> pkgname=nftables pkgver=0.9.0 pkgrel=0 @@ -17,8 +17,6 @@ source="https://netfilter.org/projects/nftables/files/$pkgname-$pkgver.tar.bz2 nftables.initd" build() { - cd "$builddir" - DB2MAN=docbook2x-man ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -32,8 +30,6 @@ build() { } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname |