]> git.armaanb.net Git - asd-repo.git/commitdiff
openconnect: new package at 8.10
authorArmaan Bhojwani <me@armaanb.net>
Tue, 6 Jul 2021 23:07:32 +0000 (19:07 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 8 Jul 2021 18:03:06 +0000 (14:03 -0400)
openconnect/build [new file with mode: 0755]
openconnect/checksums [new file with mode: 0644]
openconnect/sources [new file with mode: 0644]
openconnect/version [new file with mode: 0644]

diff --git a/openconnect/build b/openconnect/build
new file mode 100755 (executable)
index 0000000..eab0d0a
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/sh -e
+
+install -Dm755 vpnc-script "$1/usr/lib/vpnc/vpnc-script"
+
+./configure \
+    --prefix=/usr \
+    --with-vpnc-script=/usr/lib/vpnc/vpnc-script \
+    --disable-nls
+
+make
+make DESTDIR="$1" install
diff --git a/openconnect/checksums b/openconnect/checksums
new file mode 100644 (file)
index 0000000..6596913
--- /dev/null
@@ -0,0 +1,2 @@
+30e64c6eca4be47bbf1d61f53dc003c6621213738d4ea7a35e5cf1ac2de9bab1
+aeba1521779c2347c02a25b5f792fa50983adc5a956ac9f3d2b1c19f4db97423
diff --git a/openconnect/sources b/openconnect/sources
new file mode 100644 (file)
index 0000000..ceda5e4
--- /dev/null
@@ -0,0 +1,2 @@
+https://www.infradead.org/openconnect/download/openconnect-8.10.tar.gz
+https://gitlab.com/openconnect/vpnc-scripts/raw/master/vpnc-script
diff --git a/openconnect/version b/openconnect/version
new file mode 100644 (file)
index 0000000..37e98ba
--- /dev/null
@@ -0,0 +1 @@
+8.10 1