# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild,v 1.5 2004/09/13 04:45:07 mr_bones_ Exp $ inherit games DESCRIPTION="ePSXe Playstation Emulator" HOMEPAGE="http://www.epsxe.com/" SRC_URI="http://www.epsxe.com/files/epsxe${PV//.}lin.zip" LICENSE="freedist" SLOT="0" KEYWORDS="-* x86 ~amd64" IUSE="opengl" RESTRICT="nostrip" # For some strange reason, strip truncates the whole file DEPEND="app-arch/unzip" RDEPEND="!amd64? ( >=dev-libs/glib-1.2 =x11-libs/gtk+-1.2* =sys-libs/ncurses-5* =sys-libs/zlib-1* net-misc/wget games-emulation/psemu-peopsspu ) opengl? ( games-emulation/psemu-gpupetemesagl games-emulation/psemu-peopssoftgpu ) amd64? ( app-emulation/emul-linux-x86-gtklibs )" S="${WORKDIR}" src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} dogamesbin "${FILESDIR}"/epsxe sed -i \ -e "s:GAMES_PREFIX_OPT:${GAMES_PREFIX_OPT}:" \ -e "s:GAMES_LIBDIR:$(games_get_libdir):" \ "${D}${GAMES_BINDIR}"/epsxe \ || die "sed failed" exeinto "${dir}" doexe epsxe || die "doexe failed" insinto "${dir}" doins keycodes.lst || die "doins failed" insinto "$(games_get_libdir)"/psemu/cheats doins cheats/* || die "doins failed" dodoc docs/* prepgamesdirs }