libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / poptop / poptop_1.3.0.bb
blobb51e17dc9429534aefed118a9e678efd8ea877ec
1 DESCRIPTION = "Poptop is the PPTP server solution for Linux \
2 Using Poptop, Linux servers can now function seamlessly in a PPTP VPN environment. \
3 This enables administrators to leverage the considerable benefits of both Microsoft and Linux operating systems \
4 The current release version supports Windows 95/98/Me/NT/2000/XP PPTP clients and Linux PPTP clients \
5 For more info visit http://www.poptop.org/"
7 HOMEPAGE = "http://www.poptop.org/"
8 LICENSE = "GPL"
9 SECTION = "network"
10 PRIORITY = "optional"
11 DEPENDS = "ppp"
12 RDEPENDS = "ppp"
14 PR = "r0"
16 inherit autotools
18 SRC_URI = "${SOURCEFORGE_MIRROR}/poptop/pptpd-${PV}.tar.gz"
19 S = "${WORKDIR}/pptpd-${PV}"
23 do_install() {
24 install -d ${D}${sbindir}
25 install -d ${D}/${sysconfdir}
26 install -d ${D}/${sysconfdir}/ppp/
28 install -m 0755 pptpd ${D}${sbindir}/
29 install -m 0755 pptpctrl ${D}${sbindir}/
30 install -m 0644 samples/options.pptpd ${D}/${sysconfdir}/ppp/
31 install -m 0644 samples/pptpd.conf ${D}/${sysconfdir}/
37 SRC_URI[md5sum] = "75d494e881f7027f4e60b114163f6b67"
38 SRC_URI[sha256sum] = "4f6fe4eb08ca7a69c83658ab13b23a77aa153ec1a2663596ddcbbf35768b0cee"