[arch-commits] Commit in openfortivpn/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 17 08:12:01 UTC 2021


    Date: Wednesday, March 17, 2021 @ 08:12:01
  Author: alucryd
Revision: 893143

archrelease: copy trunk to community-x86_64

Added:
  openfortivpn/repos/community-x86_64/PKGBUILD
    (from rev 893142, openfortivpn/trunk/PKGBUILD)
Deleted:
  openfortivpn/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 49 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 08:11:56 UTC (rev 893142)
+++ PKGBUILD	2021-03-17 08:12:01 UTC (rev 893143)
@@ -1,45 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=openfortivpn
-pkgver=1.16.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=(
-  glibc
-  openssl
-  ppp
-  resolvconf
-)
-makedepends=(git)
-backup=(etc/openfortivpn/config)
-_tag=cde9d69dd44f83f00de38fe5bdb163fb3ee07913
-source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
-  cd openfortivpn
-  autoreconf -fiv
-}
-
-pkgver() {
-  cd openfortivpn
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd openfortivpn
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --enable-resolvconf
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C openfortivpn install
-}
-
-# vim: ts=2 sw=2 et:

Copied: openfortivpn/repos/community-x86_64/PKGBUILD (from rev 893142, openfortivpn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-17 08:12:01 UTC (rev 893143)
@@ -0,0 +1,49 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=openfortivpn
+pkgver=1.16.0
+pkgrel=2
+pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
+arch=(x86_64)
+url=https://github.com/adrienverge/openfortivpn
+license=(GPL3)
+depends=(
+  glibc
+  openssl
+  ppp
+  resolvconf
+  systemd-libs
+)
+makedepends=(
+  git
+  systemd
+)
+backup=(etc/openfortivpn/config)
+_tag=cde9d69dd44f83f00de38fe5bdb163fb3ee07913
+source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd openfortivpn
+  autoreconf -fiv
+}
+
+pkgver() {
+  cd openfortivpn
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd openfortivpn
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-resolvconf
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C openfortivpn install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list