From 9776720e4872b9ceb4a69c120cbfc1771636c66b Mon Sep 17 00:00:00 2001 From: Skippy the Kangoo Date: Sun, 6 Dec 2009 11:13:13 +0100 Subject: Ajout de vpnc#0.5.3-1, client vpn pour serveur Cisco --- extra/vpnc/.footprint | 21 +++++++++++++++++++++ extra/vpnc/.md5sum | 1 + extra/vpnc/Pkgfile | 17 +++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 extra/vpnc/.footprint create mode 100644 extra/vpnc/.md5sum create mode 100644 extra/vpnc/Pkgfile 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 +} + -- cgit v1.2.3-70-g09d2