blob: 444990376a4231df870b18adb4cfb5aad40978cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}
}
|