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

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- games-engines/scummvm/scummvm-1.5.0.ebuild
0
++ games-engines/scummvm/scummvm-1.5.0.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.5 2012/10/09 23:55:28 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.5 2012/10/09 23:55:28 mr_bones_ Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils flag-o-matic games
6
inherit eutils flag-o-matic toolchain-funcs games
7
7
8
DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures"
8
DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures"
9
HOMEPAGE="http://scummvm.sourceforge.net/"
9
HOMEPAGE="http://scummvm.sourceforge.net/"
Lines 73-78 Link Here
73
		${myconf} || die
73
		${myconf} || die
74
}
74
}
75
75
76
src_compile() {
77
	emake AR="$(tc-getAR) cru" RANLIB=$(tc-getRANLIB)
78
}
79
76
src_install() {
80
src_install() {
77
	emake DESTDIR="${D}" install || die
81
	emake DESTDIR="${D}" install || die
78
	dodoc AUTHORS NEWS README TODO
82
	dodoc AUTHORS NEWS README TODO

Return to bug 443152