]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
Add pptp - a PPTP client
authorRene Wagner <rw@handhelds.org>
Wed, 25 Oct 2006 17:42:00 +0000 (19:42 +0200)
committerRene Wagner <rw@handhelds.org>
Wed, 25 Oct 2006 17:42:00 +0000 (19:42 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/pptp/pptp_1.7.1.bb [new file with mode: 0644]

diff --git a/org.handhelds.familiar/packages/pptp/pptp_1.7.1.bb b/org.handhelds.familiar/packages/pptp/pptp_1.7.1.bb
new file mode 100644 (file)
index 0000000..4449903
--- /dev/null
@@ -0,0 +1,15 @@
+# pptp OE build file
+# Copyright (C) 2006, Rene Wagner. All Rights Reserved
+# Released under the MIT license (see org.handhelds.familiar/COPYING.MIT)
+
+DESCRIPTION = "Point-to-Point Tunneling Protocol (PPTP) Client"
+LICENSE = "GPL"
+SECTION = "net"
+
+RDEPENDS = "ppp"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pptpclient/${PN}-${PV}.tar.gz"
+
+do_install() { 
+       oe_runmake install DESTDIR=${D}
+}