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

(-)hermes-1.3.3-r1.ebuild (-4 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/hermes/hermes-1.3.3-r1.ebuild,v 1.2 2006/08/20 21:50:16 vapier Exp $
3
# $Header: $
4
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="latest"
4
7
5
inherit eutils autotools
8
inherit eutils autotools
6
9
Lines 26-37 Link Here
26
}
29
}
27
30
28
src_compile() {
31
src_compile() {
29
	econf --disable-x86asm || die
32
	econf --disable-x86asm || die "econf failed"
30
	emake || die
33
	emake || die "emake failed"
31
}
34
}
32
35
33
src_install() {
36
src_install() {
34
	make DESTDIR="${D}" install || die
37
	emake DESTDIR="${D}" install || die "emake install failed"
35
38
36
	dodoc AUTHORS ChangeLog FAQ NEWS README TODO*
39
	dodoc AUTHORS ChangeLog FAQ NEWS README TODO*
37
40

Return to bug 153056