From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- vpnc/.footprint.i686 | 21 +++++++++++++++++++++ vpnc/.footprint.x86_64 | 21 +++++++++++++++++++++ vpnc/.md5sum.i686 | 1 + vpnc/.md5sum.x86_64 | 1 + vpnc/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 64 insertions(+) create mode 100644 vpnc/.footprint.i686 create mode 100644 vpnc/.footprint.x86_64 create mode 100644 vpnc/.md5sum.i686 create mode 100644 vpnc/.md5sum.x86_64 create mode 100644 vpnc/Pkgfile (limited to 'vpnc') diff --git a/vpnc/.footprint.i686 b/vpnc/.footprint.i686 new file mode 100644 index 000000000..8880f878e --- /dev/null +++ b/vpnc/.footprint.i686 @@ -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/vpnc/.footprint.x86_64 b/vpnc/.footprint.x86_64 new file mode 100644 index 000000000..8880f878e --- /dev/null +++ b/vpnc/.footprint.x86_64 @@ -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/vpnc/.md5sum.i686 b/vpnc/.md5sum.i686 new file mode 100644 index 000000000..d4ea7aa5b --- /dev/null +++ b/vpnc/.md5sum.i686 @@ -0,0 +1 @@ +4378f9551d5b077e1770bbe09995afb3 vpnc-0.5.3.tar.gz diff --git a/vpnc/.md5sum.x86_64 b/vpnc/.md5sum.x86_64 new file mode 100644 index 000000000..d4ea7aa5b --- /dev/null +++ b/vpnc/.md5sum.x86_64 @@ -0,0 +1 @@ +4378f9551d5b077e1770bbe09995afb3 vpnc-0.5.3.tar.gz diff --git a/vpnc/Pkgfile b/vpnc/Pkgfile new file mode 100644 index 000000000..bcc159ec0 --- /dev/null +++ b/vpnc/Pkgfile @@ -0,0 +1,20 @@ +# 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, openssl +# Run on: libgcrypt,openssl + +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-54-g00ecf