# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.6.1.ebuild,v 1.1 2006/08/07 10:52:40 chainsaw Exp $ inherit flag-o-matic eutils games DESCRIPTION="MSX emulator that aims for perfection" HOMEPAGE="http://openmsx.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" DEPEND="dev-lang/tcl dev-libs/libxml2 media-libs/libpng media-libs/libsdl media-libs/glew media-libs/sdl-image sys-libs/zlib virtual/opengl" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${PV}-custom.mk.patch" sed -i '/LINK_FLAGS+=/s/-s//' build/main.mk || die "sed failed" } src_compile() { # fix bug 32745 replace-flags -Os -O2 egamesconf || die emake || die "Fatal error during compilation" } src_install() { egamesinstall \ OPENMSX_INSTALL="${D}/usr/games/openmsx" || die dogamesbin "${D}"/usr/games/openmsx/bin/openmsx dodoc README AUTHORS dohtml -r doc/* # Tidy up install rm -f "${D}${GAMES_DATADIR}/openmsx/"*.{txt,tex,html,png,css} prepgamesdirs }