# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/infones-0.92.ebuild,v 1.6 2004/11/03 00:15:18 vapier Exp $ inherit games MY_P="InfoNES${PV//.}J_Src" DESCRIPTION="A fast and portable NES emulator" HOMEPAGE="http://www.geocities.co.jp/SiliconValley/5604/infones/" SRC_URI="http://www.geocities.co.jp/SiliconValley/5604/bin/${MY_P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="=x11-libs/gtk+-1.2* sys-libs/zlib" DEPEND="${RDEPEND} app-arch/unzip >=sys-apps/sed-4" S=${WORKDIR}/${MY_P}/linux src_unpack() { unpack ${A} cd ${S} sed -i \ -e "s:-O2:${CFLAGS}:" Makefile \ || die "sed Makefile failed" } src_install() { dogamesbin InfoNES || die "dogamesbin failed" dohtml ../doc/readme.html prepgamesdirs }