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 --- pptp/.footprint.i686 | 12 ++++++++++++ pptp/.footprint.x86_64 | 12 ++++++++++++ pptp/.md5sum.i686 | 1 + pptp/.md5sum.x86_64 | 1 + pptp/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 46 insertions(+) create mode 100644 pptp/.footprint.i686 create mode 100644 pptp/.footprint.x86_64 create mode 100644 pptp/.md5sum.i686 create mode 100644 pptp/.md5sum.x86_64 create mode 100644 pptp/Pkgfile (limited to 'pptp') diff --git a/pptp/.footprint.i686 b/pptp/.footprint.i686 new file mode 100644 index 000000000..7fbc3de9e --- /dev/null +++ b/pptp/.footprint.i686 @@ -0,0 +1,12 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ppp/ +-rw-r--r-- root/root etc/ppp/options.pptp +drwxr-xr-x root/root sbin/ +-r-xr-xr-x root/root sbin/pptp +-r-xr-xr-x root/root sbin/pptpsetup +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/pptp.8.gz +-rw-r--r-- root/root usr/share/man/man8/pptpsetup.8.gz diff --git a/pptp/.footprint.x86_64 b/pptp/.footprint.x86_64 new file mode 100644 index 000000000..7fbc3de9e --- /dev/null +++ b/pptp/.footprint.x86_64 @@ -0,0 +1,12 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ppp/ +-rw-r--r-- root/root etc/ppp/options.pptp +drwxr-xr-x root/root sbin/ +-r-xr-xr-x root/root sbin/pptp +-r-xr-xr-x root/root sbin/pptpsetup +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/pptp.8.gz +-rw-r--r-- root/root usr/share/man/man8/pptpsetup.8.gz diff --git a/pptp/.md5sum.i686 b/pptp/.md5sum.i686 new file mode 100644 index 000000000..808f622d1 --- /dev/null +++ b/pptp/.md5sum.i686 @@ -0,0 +1 @@ +4c3d19286a37459a632c7128c92a9857 pptp-1.7.2.tar.gz diff --git a/pptp/.md5sum.x86_64 b/pptp/.md5sum.x86_64 new file mode 100644 index 000000000..808f622d1 --- /dev/null +++ b/pptp/.md5sum.x86_64 @@ -0,0 +1 @@ +4c3d19286a37459a632c7128c92a9857 pptp-1.7.2.tar.gz diff --git a/pptp/Pkgfile b/pptp/Pkgfile new file mode 100644 index 000000000..89b453b90 --- /dev/null +++ b/pptp/Pkgfile @@ -0,0 +1,20 @@ +# Description: Un client vpn protocole point-a-point +# URL: http://pptpclient.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: guy_ +# Depends on: ppp +# Run 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|BINDIR=$(DESTDIR)/usr|BINDIR=$(DESTDIR)|' Makefile + sed -i 's|/bin/ip|/sbin/ip|g' routing.c + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-54-g00ecf