pptp: initial import

This commit is contained in:
Thomas Penteker 2009-09-17 00:17:58 +02:00
parent 07080aa447
commit cd1bd733f9
3 changed files with 31 additions and 0 deletions

11
pptp/.footprint Normal file
View File

@ -0,0 +1,11 @@
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 usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/pptp.8.gz
-rw-r--r-- root/root usr/man/man8/pptpsetup.8.gz
drwxr-xr-x root/root usr/sbin/
-r-xr-xr-x root/root usr/sbin/pptp
-r-xr-xr-x root/root usr/sbin/pptpsetup

1
pptp/.md5sum Normal file
View File

@ -0,0 +1 @@
4c3d19286a37459a632c7128c92a9857 pptp-1.7.2.tar.gz

19
pptp/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: client for the proprietary Microsoft Point-to-Point Tunneling Protocol
# URL: http://pptpclient.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
#
# Depends on: ppp
name=pptp
version=1.7.2
release=1
source=(http://dl.sourceforge.net/pptpclient/$name-$version.tar.gz)
build() {
cd ${name}-$version
sed -i -e 's|usr/share/man|/usr/man|1' Makefile
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
}