summaryrefslogtreecommitdiffstats
path: root/recipes/poptop/poptop_1.3.0.bb
blob: 58f845990a08d1113fe331201b2fc7ad3f7ea5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
DESCRIPTION = "Poptop is the PPTP server solution for Linux \
Using Poptop, Linux servers can now function seamlessly in a PPTP VPN environment. \
This enables administrators to leverage the considerable benefits of both Microsoft and Linux operating systems \
The current release version supports Windows 95/98/Me/NT/2000/XP PPTP clients and Linux PPTP clients \
For more info visit http://www.poptop.org/"

HOMEPAGE    = "http://www.poptop.org/"
LICENSE     = "GPL"
SECTION = "network"
PRIORITY    = "optional"
DEPENDS     = "ppp"
RDEPENDS_${PN}    = "ppp"

PR = "r1"

inherit autotools

SRC_URI = "${SOURCEFORGE_MIRROR}/poptop/pptpd-${PV}.tar.gz"
S = "${WORKDIR}/pptpd-${PV}"



do_install() {
	install -d ${D}${sbindir}
	install -d ${D}/${sysconfdir}
	install -d ${D}/${sysconfdir}/ppp/

	install -m 0755  pptpd         ${D}${sbindir}/
	install -m 0755  pptpctrl      ${D}${sbindir}/
	install -m 0644 samples/options.pptpd ${D}/${sysconfdir}/ppp/
	install -m 0644 samples/pptpd.conf    ${D}/${sysconfdir}/


}


SRC_URI[md5sum] = "75d494e881f7027f4e60b114163f6b67"
SRC_URI[sha256sum] = "4f6fe4eb08ca7a69c83658ab13b23a77aa153ec1a2663596ddcbbf35768b0cee"