libtool-sdk: Convert from legacy staging
[openembedded.git] / recipes / pptp-linux / pptp-linux_1.7.1.bb
blobf73ba55571004e9f44990e2953e4c022532cd390
1 DESCRIPTION = "PPTP Client is a Linux, FreeBSD, NetBSD \
2 and OpenBSD client for the proprietary Microsoft Point-to-Point \
3 Tunneling Protocol, PPTP. Allows connection to a PPTP based \
4 Virtual Private Network (VPN) as used by employers and some \
5 cable and ADSL internet service providers."
6 HOMEPAGE = "http://pptpclient.sourceforge.net"
7 SECTION = "network"
8 LICENSE = "GPL"
9 RDEPENDS_${PN} = "ppp"
10 PR = "r1"
12 SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \
13 file://options.pptp"
15 S = "${WORKDIR}/pptp-${PV}"
17 do_compile() {
18 oe_runmake
20 do_install() {
21 install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8
22 install -m 555 pptp ${D}${sbindir}
23 install -m 644 pptp.8 ${D}${mandir}/man8
24 install -m 644 ${WORKDIR}/options.pptp ${D}${sysconfdir}/ppp
27 SRC_URI[md5sum] = "b47735ba5d6d37dfdbccb85afc044ede"
28 SRC_URI[sha256sum] = "8e3fa9f17c22818eae68419f66966865423206d736eb74d212a3501f62423276"