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

(-)enca-1.9.ebuild.orig (-2 / +13 lines)
Lines 9-17 Link Here
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
11
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
12
IUSE=""
12
IUSE="doc"
13
13
14
DEPEND=""
14
DEPEND="app-text/recode"
15
RDEPEND="${DEPEND}"
16
17
src_compile() {
18
	econf \
19
		--with-librecode=/usr \
20
		--enable-external \
21
		$(use_enable doc gtk-doc) \
22
		|| die "configure failed"
23
24
	emake || die "make failed"
25
}
15
26
16
src_install() {
27
src_install() {
17
	make DESTDIR=${D} install || die
28
	make DESTDIR=${D} install || die

Return to bug 226083