From 8a26ba984cb745ea71f481eeaba7fede35f40511 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 23 Jan 2010 20:20:48 +0100 Subject: Ajout de pptp#1.7.2-1 --- extra/pptp/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 extra/pptp/Pkgfile (limited to 'extra/pptp/Pkgfile') diff --git a/extra/pptp/Pkgfile b/extra/pptp/Pkgfile new file mode 100644 index 000000000..5c77f3041 --- /dev/null +++ b/extra/pptp/Pkgfile @@ -0,0 +1,18 @@ +# Description: Un client vpn protocole point-a-point +# URL: http://pptpclient.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: guy_ +# Depends on: ppp + +name=pptp +version=1.7.2 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/pptpclient/$name-$version.tar.gz) + +build() { + cd $name-$version + sed -i 's|/usr||' Makefile + sed -i 's|/bin/ip|/sbin/ip|g' routing.c + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2