X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=org.handhelds.familiar%2Fpackages%2Fpptp%2Fpptp_1.7.1.bb;fp=org.handhelds.familiar%2Fpackages%2Fpptp%2Fpptp_1.7.1.bb;h=444990376a4231df870b18adb4cfb5aad40978cf;hb=2a030d733c72dd5dd9ee74b7b45882aaba1e8c28;hp=0000000000000000000000000000000000000000;hpb=6de64c7b4a307537da55be4a3557d97e4adf3d5f;p=familiar-h63xx-build.git 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} +}