diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-12-06 11:13:13 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-12-06 11:13:13 +0100 |
commit | 9776720e4872b9ceb4a69c120cbfc1771636c66b (patch) | |
tree | 6ad86b30393c1b92b4d4c470a30779569fe617d9 /extra/vpnc/Pkgfile | |
parent | 4161ff1f4c738cde802db721b37ebe3b220fc9da (diff) | |
download | nutyx-pakxe-9776720e4872b9ceb4a69c120cbfc1771636c66b.tar.gz nutyx-pakxe-9776720e4872b9ceb4a69c120cbfc1771636c66b.tar.bz2 nutyx-pakxe-9776720e4872b9ceb4a69c120cbfc1771636c66b.tar.xz nutyx-pakxe-9776720e4872b9ceb4a69c120cbfc1771636c66b.zip |
Ajout de vpnc#0.5.3-1, client vpn pour serveur Cisco
Diffstat (limited to 'extra/vpnc/Pkgfile')
-rw-r--r-- | extra/vpnc/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} + |