Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 6956 | Differences between
and this patch

Collapse All | Expand All

(-)pptpclient-1.1.0.ebuild.orig (-3 / +9 lines)
Lines 8-18 Link Here
8
HOMEPAGE="http://pptpclient.sourceforge.net/"
8
HOMEPAGE="http://pptpclient.sourceforge.net/"
9
SRC_URI="mirror://sourceforge/pptpclient/pptp-linux-${PV}-1.tar.gz"
9
SRC_URI="mirror://sourceforge/pptpclient/pptp-linux-${PV}-1.tar.gz"
10
10
11
DEPEND="net-dialup/ppp"
11
DEPEND="net-dialup/ppp
12
		sys-devel/perl
13
		tcltk? ( dev-perl/perl-tk )"
12
14
13
SLOT="0"
15
SLOT="0"
14
LICENSE="GPL-2"
16
LICENSE="GPL-2"
15
KEYWORDS="x86"
17
KEYWORDS="x86 ppc"
16
18
17
src_compile() {
19
src_compile() {
18
	cd ${S}
20
	cd ${S}
Lines 26-32 Link Here
26
	cd ${S}
28
	cd ${S}
27
	insinto /etc/ppp
29
	insinto /etc/ppp
28
	doins options.pptp
30
	doins options.pptp
29
	dosbin pptp-command pptp_fe.pl xpptp_fe.pl	
31
	dosbin pptp-command pptp_fe.pl
32
33
	if [ -n "`use tcltk`" ] ; then
34
		dosbin xpptp_fe.pl
35
	fi
30
	
36
	
31
	cd pptp-linux-${PV}
37
	cd pptp-linux-${PV}
32
	dosbin pptp
38
	dosbin pptp

Return to bug 6956