diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-10 17:32:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-10 17:32:41 +0000 |
commit | 639a04e639044134083b655b7552cdb8456a80ce (patch) | |
tree | 47d58583eba5cb96e891c521af41d69b3146f368 /games-emulation/gnuboy | |
parent | stable on x86 and sparc(tested by bazik) (Manifest recommit) (diff) | |
download | gentoo-2-639a04e639044134083b655b7552cdb8456a80ce.tar.gz gentoo-2-639a04e639044134083b655b7552cdb8456a80ce.tar.bz2 gentoo-2-639a04e639044134083b655b7552cdb8456a80ce.zip |
ppc stable
Diffstat (limited to 'games-emulation/gnuboy')
-rw-r--r-- | games-emulation/gnuboy/gnuboy-1.0.3.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
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 } |