summaryrefslogtreecommitdiff
path: root/user/libnftnl
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2019-07-09 06:59:55 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-09 06:59:55 +0000
commit7fa0d0d92025b27f4680c0933182127c7582c154 (patch)
treeeb1944c7c94ec8931b45bf8c491f9caa1ae01f73 /user/libnftnl
parent6bea7ab54003fe5357ffcb3ef8f44e57f73d9769 (diff)
downloadpackages-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/libnftnl')
-rw-r--r--user/libnftnl/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/user/libnftnl/APKBUILD b/user/libnftnl/APKBUILD
index 7c335bca8..f2796b3ea 100644
--- a/user/libnftnl/APKBUILD
+++ b/user/libnftnl/APKBUILD
@@ -1,5 +1,5 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer:
+# Maintainer: Luis Ressel <aranea@aixah.de>
pkgname=libnftnl
pkgver=1.1.2
pkgrel=0
@@ -12,7 +12,6 @@ subpackages="$pkgname-dev"
source="https://netfilter.org/projects/libnftnl/files/$pkgname-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,12 +23,10 @@ build() {
}
check() {
- cd "$builddir"/tests
- make check # builds test binaries
+ make -C tests check # builds test binaries
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}