diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-28 23:22:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-28 23:22:19 +0000 |
commit | e5ac1f4cc050f6ce4e6669e3ebb9549961426565 (patch) | |
tree | cdca1637c47d41bd7394fb1c9cdc40412147b79b /app-emulation/gnuboy | |
parent | touchups (diff) | |
download | gentoo-2-e5ac1f4cc050f6ce4e6669e3ebb9549961426565.tar.gz gentoo-2-e5ac1f4cc050f6ce4e6669e3ebb9549961426565.tar.bz2 gentoo-2-e5ac1f4cc050f6ce4e6669e3ebb9549961426565.zip |
touchups
Diffstat (limited to 'app-emulation/gnuboy')
-rw-r--r-- | app-emulation/gnuboy/gnuboy-1.0.3.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/app-emulation/gnuboy/gnuboy-1.0.3.ebuild b/app-emulation/gnuboy/gnuboy-1.0.3.ebuild index 91c5f97a6c92..4971e494f6cc 100644 --- a/app-emulation/gnuboy/gnuboy-1.0.3.ebuild +++ b/app-emulation/gnuboy/gnuboy-1.0.3.ebuild @@ -1,24 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.3 2003/02/28 23:22:19 vapier Exp $ -DESCRIPTION="gnuboy is a Gameboy / Gameboy Color emulator with multiple renderers." -HOMEPAGE="http://gnuboy.unix-fu.org" +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" SLOT="0" -IUSE="" RDEPEND="media-libs/libsdl" -DEPEND="${RDEPEND}" src_compile() { - econf - emake || die + econf || die + emake || die } src_install() { - dodoc INSTALL README docs/CHANGES docs/CONFIG docs/CREDITS docs/FAQ docs/HACKING docs/WHATSNEW - dobin fbgnuboy sdlgnuboy sgnuboy xgnuboy + dodoc README docs/CHANGES docs/CONFIG docs/CREDITS docs/FAQ docs/HACKING docs/WHATSNEW + dobin fbgnuboy sdlgnuboy sgnuboy xgnuboy } |