From 3a8aa23c5689108d119c9d385fddad8e12eb31ee Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 30 Jul 2019 20:57:04 +0200 Subject: [PATCH] New package: openfortivpn-1.10.0 --- srcpkgs/openfortivpn/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/openfortivpn/template diff --git a/srcpkgs/openfortivpn/template b/srcpkgs/openfortivpn/template new file mode 100644 index 00000000000..f46f64ec7f3 --- /dev/null +++ b/srcpkgs/openfortivpn/template @@ -0,0 +1,24 @@ +# Template file for 'openfortivpn' +pkgname=openfortivpn +version=1.10.0 +revision=1 +build_style=gnu-configure +configure_args=" + --enable-proc + --with-ppp=/usr/bin/ppp + --with-pppd=/usr/bin/pppd + --with-rt_dst" +hostmakedepends="autoconf automake pkg-config" +makedepends="libressl-devel" +short_desc="Client for PPP+SSL VPN tunnel services" +maintainer="Duncaen " +license="GPL-3.0-or-later" +homepage="https://github.com/adrienverge/openfortivpn" +distfiles="https://github.com/adrienverge/openfortivpn/archive/v${version}.tar.gz" +checksum=d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d + +conf_files="/etc/openfortivpn/config" + +pre_configure() { + autoreconf -fi +}