From: Rene Wagner Date: Wed, 25 Oct 2006 17:42:00 +0000 (+0200) Subject: Add pptp - a PPTP client X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2a030d733c72dd5dd9ee74b7b45882aaba1e8c28;p=familiar-h63xx-build.git Add pptp - a PPTP client Signed-off-by: Rene Wagner --- 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} +}