diff options
author | Rene Wagner <rw@handhelds.org> | 2006-10-25 19:42:00 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-10-25 19:42:00 +0200 |
commit | 2a030d733c72dd5dd9ee74b7b45882aaba1e8c28 (patch) | |
tree | c83b78c5e2b1f69cff9bd36288a5e48b3b2a0487 | |
parent | 6de64c7b4a307537da55be4a3557d97e4adf3d5f (diff) |
Add pptp - a PPTP client
Signed-off-by: Rene Wagner <rw@handhelds.org>
-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} +} |