From 639a04e639044134083b655b7552cdb8456a80ce Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 10 Mar 2004 17:32:41 +0000 Subject: ppc stable --- games-emulation/gnuboy/gnuboy-1.0.3.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'games-emulation/gnuboy') diff --git a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild index a750e4f87678..beb1340c1dc3 100644 --- a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild +++ b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild @@ -1,23 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.3 2004/03/02 09:39:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.4 2004/03/10 17:32:41 vapier Exp $ DESCRIPTION="Gameboy emulator with multiple renderers" HOMEPAGE="http://gnuboy.unix-fu.org/" SRC_URI="http://gnuboy.unix-fu.org/src/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" SLOT="0" +KEYWORDS="x86 ppc" RDEPEND="media-libs/libsdl" -src_compile() { - econf || die - emake || die -} - src_install() { dodoc README docs/CHANGES docs/CONFIG docs/CREDITS docs/FAQ docs/HACKING docs/WHATSNEW - dobin fbgnuboy sdlgnuboy sgnuboy xgnuboy + dobin fbgnuboy sdlgnuboy sgnuboy xgnuboy || die } -- cgit v1.2.3-65-gdbad