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 | 6aad87034eebedb33d5a579254ff5785102ad4a4 (patch) | |
tree | 2ee19a49dd82e115cf21924607083608a48ef3da /games-emulation/gnuboy | |
parent | stable on x86 and sparc(tested by bazik) (diff) | |
download | historical-6aad87034eebedb33d5a579254ff5785102ad4a4.tar.gz historical-6aad87034eebedb33d5a579254ff5785102ad4a4.tar.bz2 historical-6aad87034eebedb33d5a579254ff5785102ad4a4.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 } |