Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312891
Collapse All | Expand All

(-)phrap-1.080812.ebuild (-1 / +6 lines)
Lines 12-18 Link Here
12
IUSE=""
12
IUSE=""
13
13
14
DEPEND=""
14
DEPEND=""
15
RDEPEND=""
15
RDEPEND="dev-lang/perl
16
		dev-perl/perl-tk"
16
17
17
S="${WORKDIR}"
18
S="${WORKDIR}"
18
19
Lines 28-33 Link Here
28
	sed -i 's/CFLAGS=/#CFLAGS=/' makefile
29
	sed -i 's/CFLAGS=/#CFLAGS=/' makefile
29
	sed -i 's|#!/usr/local/bin/perl|#!/usr/bin/env perl|' phrapview
30
	sed -i 's|#!/usr/local/bin/perl|#!/usr/bin/env perl|' phrapview
30
	emake || die "emake failed"
31
	emake || die "emake failed"
32
	# TODO: we need to extract staden sources because for compilation some of those
33
	# files are needed: http://www.phrap.org/phredphrap/phrap.html
34
	# (look for gcphrap and other gc* programs)
35
	# emake gcphrap || die
31
}
36
}
32
37
33
src_install() {
38
src_install() {

Return to bug 312891