diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-18 05:07:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-18 05:07:43 +0000 |
commit | 82204ff4b9577f6a9a4dbb13c2288f487e914ea2 (patch) | |
tree | 61b5b9b355b0def7263efacbbda4b13f39ed4c3f /games-emulation/fceultra | |
parent | fix SRC_URI #38238 (diff) | |
download | historical-82204ff4b9577f6a9a4dbb13c2288f487e914ea2.tar.gz historical-82204ff4b9577f6a9a4dbb13c2288f487e914ea2.tar.bz2 historical-82204ff4b9577f6a9a4dbb13c2288f487e914ea2.zip |
touchup
Diffstat (limited to 'games-emulation/fceultra')
-rw-r--r-- | games-emulation/fceultra/fceultra-0.97.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/fceultra/fceultra-0.97.5.ebuild b/games-emulation/fceultra/fceultra-0.97.5.ebuild index e87e7984a7d3..5c9e2696741f 100644 --- a/games-emulation/fceultra/fceultra-0.97.5.ebuild +++ b/games-emulation/fceultra/fceultra-0.97.5.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.97.5.ebuild,v 1.2 2003/11/14 03:29:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.97.5.ebuild,v 1.3 2004/01/18 05:07:43 vapier Exp $ inherit games gcc eutils -S="${WORKDIR}/fceu" DESCRIPTION="A portable NES/Famicom emulator" HOMEPAGE="http://fceultra.sourceforge.net/" SRC_URI="http://xodnizel.net/fceultra/downloads/fceu-${PV}.src.tar.gz" -KEYWORDS="-* x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="-* x86" IUSE="sdl svga" @@ -27,6 +26,8 @@ RDEPEND="|| ( DEPEND="${RDEPEND} >=sys-apps/sed-4" +S=${WORKDIR}/fceu + src_unpack() { unpack ${A} |