# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-20060101.ebuild,v 1.5 2007/04/09 17:32:22 nyhm Exp $ inherit games MY_PV="${PV:2:2}.${PV:4:2}.${PV:6:2}" DESCRIPTION="a multi system emulator for many console and handheld video game systems" HOMEPAGE="http://www.xe-emulator.com/" SRC_URI="http://www.xe-emulator.com/files/${PN}-bin-${MY_PV}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="-* ~x86" IUSE="" RESTRICT="strip" RDEPEND="x11-libs/libXv x11-libs/libXxf86vm sys-libs/zlib =x11-libs/gtk+-2*" DEPEND="${RDEPEND} dev-util/pkgconfig" S=${WORKDIR}/${PN}-bin src_unpack() { unpack ${A} cd "${S}" sed -i \ -e '/strip/d' \ -e '/^CC/d' \ Makefile \ || die "sed failed" } src_install() { newgamesbin xe xe.bin || die "newgamesbin failed" newgamesbin "${FILESDIR}"/xe-${PV} xe || die "newgamesbin failed" sed -i \ -e "s:GENTOODIR:$(games_get_libdir)/${PN}:" "${D}/${GAMES_BINDIR}/xe" \ || die "sed failed" insinto "$(games_get_libdir)"/${PN} doins -r modules/ rc/ manual/ || die "doins failed" keepdir "$(games_get_libdir)"/${PN}/bios dodoc README.txt prepgamesdirs }