diff options
Diffstat (limited to 'games-emulation/snes9x/snes9x-139.ebuild')
-rw-r--r-- | games-emulation/snes9x/snes9x-139.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-emulation/snes9x/snes9x-139.ebuild b/games-emulation/snes9x/snes9x-139.ebuild new file mode 100644 index 000000000000..7004e226a06e --- /dev/null +++ b/games-emulation/snes9x/snes9x-139.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-139.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ + +DESCRIPTION="Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator." +HOMEPAGE="http://www.snes9x.com/" +LICENSE="as-is" +KEYWORDS="x86 -ppc" +SLOT="0" +SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip" +DEPEND="dev-lang/nasm + virtual/x11" +S=${WORKDIR}/release +IUSE="" + +src_compile() { + make -f Makefile.linux || die +} + +src_install() { + dobin ssnes9x + dodoc COPYRIGHT.TXT CHANGES.TXT README.TXT PROBLEMS.TXT TODO.TXT HARDWARE.TXT +} |