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

(-)foomatic-db-engine-3.0.2.ebuild.old (-6 / +11 lines)
Lines 11-21 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
13
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
14
IUSE=""
14
IUSE="perl"
15
15
16
DEPEND="dev-libs/libxml2
16
DEPEND="dev-libs/libxml2
17
	net-misc/wget
17
	net-misc/wget
18
	net-misc/curl
18
	net-misc/curl
19
	perl? ( dev-lang/perl )
19
	net-print/foomatic-filters"
20
	net-print/foomatic-filters"
20
21
21
src_compile() {
22
src_compile() {
Lines 26-35 Link Here
26
27
27
src_install() {
28
src_install() {
28
	make DESTDIR=${D} install || die "make install failed"
29
	make DESTDIR=${D} install || die "make install failed"
30
29
	# install perl modules
31
	# install perl modules
30
	cd lib
32
	if use perl?
31
	perl-module_src_prep
33
	then
32
	perl-module_src_compile
34
	    cd lib
33
	perl-module_src_test
35
	    perl-module_src_prep
34
	perl-module_src_install
36
	    perl-module_src_compile
37
	    perl-module_src_test
38
	    perl-module_src_install
39
	fi
35
}
40
}

Return to bug 78647