diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-02 07:42:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-02 07:42:10 +0000 |
commit | 129c0cc36e38df945bc91dd8d13b08660814645c (patch) | |
tree | a6b47305dd26ce757bdf6854d0add211c4001d4b /games-emulation/infones | |
parent | new snapshot, should finaly run fullspeed on new *books (diff) | |
download | gentoo-2-129c0cc36e38df945bc91dd8d13b08660814645c.tar.gz gentoo-2-129c0cc36e38df945bc91dd8d13b08660814645c.tar.bz2 gentoo-2-129c0cc36e38df945bc91dd8d13b08660814645c.zip |
touchups
Diffstat (limited to 'games-emulation/infones')
-rw-r--r-- | games-emulation/infones/infones-0.91.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-emulation/infones/infones-0.91.ebuild b/games-emulation/infones/infones-0.91.ebuild index dfc6057858da..a5ded55f79a3 100644 --- a/games-emulation/infones/infones-0.91.ebuild +++ b/games-emulation/infones/infones-0.91.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/infones-0.91.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/infones/infones-0.91.ebuild,v 1.2 2004/01/02 07:42:10 vapier Exp $ inherit games MY_P="InfoNES${PV//.}J_Src" -S="${WORKDIR}/${MY_P}/linux" +S=${WORKDIR}/${MY_P}/linux 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" -KEYWORDS="x86" SLOT="0" -IUSE="" +KEYWORDS="x86" RDEPEND="=x11-libs/gtk+-1.2*" DEPEND="${RDEPEND} @@ -22,9 +21,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd ${S} - sed -i \ - -e "s:-O2:${CFLAGS}:" Makefile || \ - die "sed Makefile failed" + sed -i "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed" } src_install() { |