- add pptp-linux
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Aug 2007 15:51:00 +0000 (15:51 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Aug 2007 15:51:00 +0000 (15:51 -0000)
package/pptp-linux/Config.in [new file with mode: 0644]
package/pptp-linux/pptp-linux.mk [new file with mode: 0644]

diff --git a/package/pptp-linux/Config.in b/package/pptp-linux/Config.in
new file mode 100644 (file)
index 0000000..3202d66
--- /dev/null
@@ -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 (file)
index 0000000..89a14df
--- /dev/null
@@ -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))