Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=249e5d8f8ae80a63114cbe0ef40e69166d1fc8b7
commit 249e5d8f8ae80a63114cbe0ef40e69166d1fc8b7 Author: DeX77 <[email protected]> Date: Thu Jun 30 14:44:52 2016 +0200 libreswan-3.17-1-x86_64 * new package diff --git a/source/network-extra/libreswan/FrugalBuild b/source/network-extra/libreswan/FrugalBuild new file mode 100644 index 0000000..99932b8 --- /dev/null +++ b/source/network-extra/libreswan/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0.31 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=libreswan +pkgver=3.17 +pkgrel=1 +pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols" +url="http://libreswan.org/" +groups=('network-extra') +archs=('i686' 'x86_64') +depends=('nss' 'unbound' 'libcap-ng' 'curl') +makedepends=('xmlto' 'docbook-xsl') +up2date="Flasttar https://download.libreswan.org/" +source=("https://download.libreswan.org/$pkgname-${pkgver}.tar.gz") +signatures=("${source[0]}.asc") +_F_make_opts+=" USE_XAUTH=true USE_LIBCAP_NG=true USE_LEAK_DETECTIVE=false \ + INC_USRLOCAL=/usr INC_MANDIR=share/man \ + FINALSBINDIR=/usr/bin FINALLIBEXECDIR=/usr/lib/ipsec \ + programs" +options=('scriptlet') + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
