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

(-)/usr/portage/games-emulation/openmsx/openmsx-0.6.0.ebuild (-3 / +4 lines)
Lines 11-17 Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
14
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
15
15
16
DEPEND="dev-lang/tcl
16
DEPEND="dev-lang/tcl
17
	dev-libs/libxml2
17
	dev-libs/libxml2
Lines 23-30 Link Here
23
23
24
src_unpack() {
24
src_unpack() {
25
	unpack ${A}
25
	unpack ${A}
26
	cd ${S}
26
	cd "${S}"
27
	epatch "${FILESDIR}/${PV}-custom.mk.patch"
27
	epatch "${FILESDIR}/${PV}-custom.mk.patch"
28
	sed -i '/LINK_FLAGS+=/s/-s//' build/main.mk || die "sed failed"
28
}
29
}
29
30
30
src_compile() {
31
src_compile() {
Lines 39-45 Link Here
39
	egamesinstall \
40
	egamesinstall \
40
		OPENMSX_INSTALL="${D}/usr/games/openmsx" || die
41
		OPENMSX_INSTALL="${D}/usr/games/openmsx" || die
41
42
42
	dogamesbin ${D}/usr/games/openmsx/bin/openmsx
43
	dogamesbin "${D}"/usr/games/openmsx/bin/openmsx
43
	dodoc README AUTHORS
44
	dodoc README AUTHORS
44
	dohtml -r doc/*
45
	dohtml -r doc/*
45
46

Return to bug 137821