summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/pptp-linux/Config.in7
-rw-r--r--package/pptp-linux/pptp-linux.mk12
2 files changed, 19 insertions, 0 deletions
diff --git a/package/pptp-linux/Config.in b/package/pptp-linux/Config.in
new file mode 100644
index 000000000..3202d6618
--- /dev/null
+++ b/package/pptp-linux/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PPTP_LINUX
+ bool "pptp-linux"
+ default n
+ help
+ An implementation of the Point-to-point protocol client.
+
+ http://pptpclient.sourceforge.net/
diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk
new file mode 100644
index 000000000..89a14df8f
--- /dev/null
+++ b/package/pptp-linux/pptp-linux.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# a PPTP client
+#
+################################################################################
+
+PPTP_LINUX_VERSION=1.7.0
+PPTP_LINUX_SOURCE=pptp-linux_$(PPTP_LINUX_VERSION).orig.tar.gz
+PPTP_LINUX_PATCH=pptp-linux_$(PPTP_LINUX_VERSION)-2.diff.gz
+PPTP_LINUX_SITE=http://ftp.debian.org/debian/pool/main/p/pptp-linux/
+
+$(eval $(call AUTOTARGETS,pptp-linux))