diff options
author | 2001-10-04 22:36:15 +0000 | |
---|---|---|
committer | 2001-10-04 22:36:15 +0000 | |
commit | 02e5ae101b9c83fb6116eb6db8f02d9a5f9940e2 (patch) | |
tree | 30a2733d2f5c87cb6fdeb10606fd7fdb201cda18 /app-emulation | |
parent | bugfix (diff) | |
download | gentoo-2-02e5ae101b9c83fb6116eb6db8f02d9a5f9940e2.tar.gz gentoo-2-02e5ae101b9c83fb6116eb6db8f02d9a5f9940e2.tar.bz2 gentoo-2-02e5ae101b9c83fb6116eb6db8f02d9a5f9940e2.zip |
New release of FCEUltra.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fceultra/fceu-070.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emulation/fceultra/fceu-070.ebuild b/app-emulation/fceultra/fceu-070.ebuild new file mode 100644 index 000000000000..4868cba8c94e --- /dev/null +++ b/app-emulation/fceultra/fceu-070.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ryan Tolboom <ryan@gentoo.org> +# /home/cvsroot/gentoo-x86/app-emulation/fceultra/fceu-054.ebuild,v 1.1 2001/05/26 00:39:56 ryan Exp + +A=fceu070src.tar.gz +S=${WORKDIR}/fceu +DESCRIPTION="A portable NES/Famicom Emulator" +SRC_URI="http://fceultra.sourceforge.net/dev/${A}" +HOMEPAGE="http://fceultra.sourceforge.net" + +DEPEND=">=media-libs/svgalib-1.4.2" + +src_compile() { + + cp Makefile.base Makefile.orig + cat Makefile.orig | sed "s:\${TFLAGS}:\${TFLAGS} ${CFLAGS}:" > Makefile.base + try make -f Makefile.linuxvga + +} + +src_install () { + + dobin fce + dodoc Documentation/* + +} |