You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/mastergear-bin/mastergear-bin-2.0.ebuild

30 lines
571 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit games
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="all-rights-reserved"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RESTRICT="mirror bindist strip"
RDEPEND="x11-libs/libXext
sys-libs/zlib"
S=${WORKDIR}
src_install() {
dogamesbin mg
insinto /usr/share/doc/${PF}
doins CART.ROM SF7000.ROM
dohtml MG.html
prepgamesdirs
}