summaryrefslogtreecommitdiffstats
path: root/extra/vpnc
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-12-06 11:13:13 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-12-06 11:13:13 +0100
commit9776720e4872b9ceb4a69c120cbfc1771636c66b (patch)
tree6ad86b30393c1b92b4d4c470a30779569fe617d9 /extra/vpnc
parent4161ff1f4c738cde802db721b37ebe3b220fc9da (diff)
downloadnutyx-extra-9776720e4872b9ceb4a69c120cbfc1771636c66b.tar.gz
nutyx-extra-9776720e4872b9ceb4a69c120cbfc1771636c66b.tar.bz2
nutyx-extra-9776720e4872b9ceb4a69c120cbfc1771636c66b.tar.xz
nutyx-extra-9776720e4872b9ceb4a69c120cbfc1771636c66b.zip
Ajout de vpnc#0.5.3-1, client vpn pour serveur Cisco
Diffstat (limited to 'extra/vpnc')
-rw-r--r--extra/vpnc/.footprint21
-rw-r--r--extra/vpnc/.md5sum1
-rw-r--r--extra/vpnc/Pkgfile17
3 files changed, 39 insertions, 0 deletions
diff --git a/extra/vpnc/.footprint b/extra/vpnc/.footprint
new file mode 100644
index 000000000..8880f878e
--- /dev/null
+++ b/extra/vpnc/.footprint
@@ -0,0 +1,21 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/vpnc/
+-rw------- root/root etc/vpnc/default.conf
+-rwxr-xr-x root/root etc/vpnc/vpnc-script
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cisco-decrypt
+-rwxr-xr-x root/root usr/bin/pcf2vpnc
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/vpnc
+-rwxr-xr-x root/root usr/sbin/vpnc-disconnect
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/vpnc/
+-rw-r--r-- root/root usr/share/doc/vpnc/COPYING
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/cisco-decrypt.1.gz
+-rw-r--r-- root/root usr/share/man/man1/pcf2vpnc.1.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/vpnc.8.gz
diff --git a/extra/vpnc/.md5sum b/extra/vpnc/.md5sum
new file mode 100644
index 000000000..d4ea7aa5b
--- /dev/null
+++ b/extra/vpnc/.md5sum
@@ -0,0 +1 @@
+4378f9551d5b077e1770bbe09995afb3 vpnc-0.5.3.tar.gz
diff --git a/extra/vpnc/Pkgfile b/extra/vpnc/Pkgfile
new file mode 100644
index 000000000..83415b0a1
--- /dev/null
+++ b/extra/vpnc/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Client vpn pour reseau cisco
+# URL:http://www.unix-ag.uni-kl.de/~massar/vpnc
+# Maintainer: NuTyX core team
+# Packager: Skippythekangoo AT yahoo DOT fr
+# Depends on: libgcrypt, libopenssl
+name=vpnc
+version=0.5.3
+release=1
+source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$name-$version.tar.gz)
+build() {
+cd $name-$version
+ ls
+ sed -i "s/^PREFIX=\/usr\/local/PREFIX=\/usr/" Makefile
+ make
+ make DESTDIR=$PKG install
+}
+