summaryrefslogtreecommitdiffstats
path: root/testing/libreswan
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-19 06:15:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-19 06:15:27 +0000
commitff9890cac41f4a8f9003553a95edcd6860d2b993 (patch)
tree84c02bd3e395a6e6c91e3990eb9d192757d5e17a /testing/libreswan
parent67f9f603974981f0b804a6035fe1cfa01a8fb92b (diff)
downloadaports-ff9890cac41f4a8f9003553a95edcd6860d2b993.tar.bz2
aports-ff9890cac41f4a8f9003553a95edcd6860d2b993.tar.xz
testing/libreswan: needs nss-tools
Diffstat (limited to 'testing/libreswan')
-rw-r--r--testing/libreswan/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/libreswan/APKBUILD b/testing/libreswan/APKBUILD
index c069ac8f5..cbf98eff0 100644
--- a/testing/libreswan/APKBUILD
+++ b/testing/libreswan/APKBUILD
@@ -2,12 +2,12 @@
pkgname=libreswan
pkgver=3.5
-pkgrel=0
+pkgrel=1
pkgdesc='IPsec implementation for Linux'
url='https://libreswan.org/'
arch='all'
license='GPL'
-depends='coreutils'
+depends='nss-tools'
depends_dev='gmp-dev linux-pam-dev nss-dev unbound-dev libcap-ng-dev curl-dev nspr-dev'
makedepends="$depends_dev bison flex pkgconf coreutils bash"
subpackages="$pkgname-doc"
@@ -27,6 +27,8 @@ package() {
INC_USRLOCAL=/usr \
DESTDIR="$pkgdir" \
INSTCONFFLAGS=-m644 \
+ FINALBINDIR=/usr/libexec/ipsec \
+ FINALLIBEXECDIR=/usr/libexec/ipsec \
install || return 1
install -Dm755 "$srcdir"/ipsec.initd "$pkgdir"/etc/init.d/ipsec \
|| return 1