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

(-)a/barrage-1.0.2-r1.ebuild (-2 / +9 lines)
Lines 2-7 Link Here
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/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.7 2008/06/29 12:34:22 bluebird Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.7 2008/06/29 12:34:22 bluebird Exp $
4
4
5
EAPI="2"
6
5
inherit eutils games
7
inherit eutils games
6
8
7
DESCRIPTION="A violent point-and-click shooting game"
9
DESCRIPTION="A violent point-and-click shooting game"
Lines 21-29 Link Here
21
	unpack ${P}.tar.gz
23
	unpack ${P}.tar.gz
22
}
24
}
23
25
24
src_compile() {
26
src_prepare() {
27
	sed -i \
28
		-e 's/name\[20\]/name[24]/' \
29
		src/menu.h || die
30
}
31
32
src_configure() {
25
	egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
33
	egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
26
	emake || die "emake failed"
27
}
34
}
28
35
29
src_install() {
36
src_install() {

Return to bug 337745