[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Oct 5 18:28:43 UTC 2019


    Date: Saturday, October 5, 2019 @ 18:28:42
  Author: bpiotrowski
Revision: 512962

newpkg: openfortivpn 1.10.0-1

Added:
  openfortivpn/
  openfortivpn/repos/
  openfortivpn/trunk/
  openfortivpn/trunk/PKGBUILD

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Added: openfortivpn/trunk/PKGBUILD
===================================================================
--- openfortivpn/trunk/PKGBUILD	                        (rev 0)
+++ openfortivpn/trunk/PKGBUILD	2019-10-05 18:28:42 UTC (rev 512962)
@@ -0,0 +1,34 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=openfortivpn
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
+arch=(x86_64)
+url="https://github.com/adrienverge/openfortivpn"
+license=(GPL3)
+depends=(openssl ppp)
+backup=(etc/openfortivpn/config)
+source=($pkgname-$pkgver.tar.gz::https://github.com/adrienverge/openfortivpn/archive/v$pkgver.tar.gz)
+sha256sums=('d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+	./configure --prefix=/usr --sysconfdir=/etc
+	make
+}
+
+check() {
+  cd $pkgname-$pkgver
+	make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list