summaryrefslogtreecommitdiff
path: root/pptp
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2009-09-17 00:17:58 +0200
committerThomas Penteker <tek@serverop.de>2009-09-17 00:17:58 +0200
commitcd1bd733f95a7988c9659abc8b61d1701c8a7349 (patch)
treeb951495b1bfd336f1e2242076257fb6a66f01197 /pptp
parent07080aa447716dd6ea591037c02b8f58ed3103bd (diff)
downloadcontrib-cd1bd733f95a7988c9659abc8b61d1701c8a7349.tar.gz
contrib-cd1bd733f95a7988c9659abc8b61d1701c8a7349.tar.xz
pptp: initial import
Diffstat (limited to 'pptp')
-rw-r--r--pptp/.footprint11
-rw-r--r--pptp/.md5sum1
-rw-r--r--pptp/Pkgfile19
3 files changed, 31 insertions, 0 deletions
diff --git a/pptp/.footprint b/pptp/.footprint
new file mode 100644
index 000000000..18c48d50e
--- /dev/null
+++ b/pptp/.footprint
@@ -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
diff --git a/pptp/.md5sum b/pptp/.md5sum
new file mode 100644
index 000000000..808f622d1
--- /dev/null
+++ b/pptp/.md5sum
@@ -0,0 +1 @@
+4c3d19286a37459a632c7128c92a9857 pptp-1.7.2.tar.gz
diff --git a/pptp/Pkgfile b/pptp/Pkgfile
new file mode 100644
index 000000000..05b7ad90f
--- /dev/null
+++ b/pptp/Pkgfile
@@ -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
+}

Generated by cgit