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

(-)tdb-1.0.6.ebuild-orig (-3 / +3 lines)
Lines 14-24 Link Here
14
DEPEND="virtual/glibc"
14
DEPEND="virtual/glibc"
15
15
16
src_compile() {
16
src_compile() {
17
	./configure --prefix=/usr || die
17
	econf || die "configuration failed"
18
	make || die
18
	emake || die "compilation failed"
19
}
19
}
20
20
21
src_install () {
21
src_install () {
22
	make DESTDIR=${D} install || die
22
	einstall
23
	dodoc AUTHORS COPYING INSTALL NEWS README TODO
23
	dodoc AUTHORS COPYING INSTALL NEWS README TODO
24
}
24
}

Return to bug 19809