diff options
-rw-r--r-- | org.handhelds.familiar/packages/pptp/pptp_1.7.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 index 0000000..4449903 --- /dev/null +++ b/org.handhelds.familiar/packages/pptp/pptp_1.7.1.bb @@ -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} +} |