# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DESCRIPTION="Object Oriented Sega Master System Emulator" SRC_URI="http://bcz.emu-france.com/osmose/osmose-0-6-28-src.zip" HOMEPAGE="http://bcz.emu-france.com/" IUSE="" DEPEND="sys-libs/zlib media-libs/libsdl" RDEPEND="${DEPEND}" src_compile() { cd "${WORKDIR}" make } src_install() { local dir="${GAMES_PREFIX_OPT}/${PN}" dodir "${dir}" chmod a+x "${WORKDIR}/osmose" cp "${WORKDIR}/osmose" "${D}/${dir}" games_make_wrapper osmose ./osmose prepgamesdir }