From 854339ac01e3a8a731d60b4bfff81ec16eaf917a Mon Sep 17 00:00:00 2001 From: Twilighttony Date: Thu, 23 Sep 2021 00:19:44 -0400 Subject: [PATCH] New Package: NetworkManager-fortisslvpn-1.3.90 --- srcpkgs/NetworkManager-fortisslvpn/template | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/NetworkManager-fortisslvpn/template diff --git a/srcpkgs/NetworkManager-fortisslvpn/template b/srcpkgs/NetworkManager-fortisslvpn/template new file mode 100644 index 000000000000..74cf16979766 --- /dev/null +++ b/srcpkgs/NetworkManager-fortisslvpn/template @@ -0,0 +1,23 @@ +# Template file for 'NetworkManager-fortisslvpn' +pkgname=NetworkManager-fortisslvpn +version=1.3.90 +revision=1 +build_style=gnu-configure +_pppver=2.4.9 +configure_args="--disable-static --libexecdir=/usr/lib/networkmanager --with-pppd-plugin-dir=/usr/lib/pppd/$_pppver" +hostmakedepends="automake gettext-devel glib-devel intltool libtool pkg-config" +makedepends="ppp-devel gtk+3-devel libglib-devel libnma-devel libsecret-devel" +depends="openfortivpn" +short_desc="NetworkManager VPN plugin for OpenFortiVPN" +maintainer="Twilighttony " +license="GPL-2.0-or-later" +homepage="https://wiki.gnome.org/Projects/NetworkManager" +distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=884a7432bb38ae9c942e094f23d0a3feb504432153c3d2869ab71a4dd244d0fb +system_accounts="_nm_openfortivpn" +_nm_openfortivpn_homedir="/var/lib/NetworkManager-fortisslvpn" +lib32disabled=yes + +pre_configure() { + autoreconf -fi +}