# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games eutils DESCRIPTION="SEGA Master System / Game Gear emulator" HOMEPAGE="http://fms.komkon.org/MG/" SRC_URI="http://fms.komkon.org/MG/MG${PV/\./}-Linux-80x86-bin.tar.Z" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/x11" RESTRICT="nostrip" S="${WORKDIR}" src_install() { dogamesbin mg #dodir /usr/games/bin /usr/share/doc/${PF} insinto /usr/games/bin doins mg #cp mg ${D}/usr/games/bin #cp MG.html CART.ROM SF7000.ROM ${D}/usr/share/doc/${PN} insinto /usr/share/doc/${PF} doins MG.html CART.ROM SF7000.ROM prepgamesdirs }