summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-10-01 23:57:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-10-01 23:57:34 +0000
commit660a1e08d6dbc3f6adf6a4c55d76ae3f0e05fe09 (patch)
treee5807b54b7cd20e048f7d1ea4ebda24e3311f983 /games-emulation/fbzx
parentFixed quoting issues and changed configure-call. (diff)
downloadgentoo-2-660a1e08d6dbc3f6adf6a4c55d76ae3f0e05fe09.tar.gz
gentoo-2-660a1e08d6dbc3f6adf6a4c55d76ae3f0e05fe09.tar.bz2
gentoo-2-660a1e08d6dbc3f6adf6a4c55d76ae3f0e05fe09.zip
version bump
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-emulation/fbzx')
-rw-r--r--games-emulation/fbzx/ChangeLog7
-rw-r--r--games-emulation/fbzx/fbzx-1.9.ebuild38
-rw-r--r--games-emulation/fbzx/files/digest-fbzx-1.93
3 files changed, 47 insertions, 1 deletions
diff --git a/games-emulation/fbzx/ChangeLog b/games-emulation/fbzx/ChangeLog
index 11068e1eb094..6f07085bf3b4 100644
--- a/games-emulation/fbzx/ChangeLog
+++ b/games-emulation/fbzx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/fbzx
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.14 2007/04/12 06:53:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.15 2007/10/01 23:57:34 mr_bones_ Exp $
+
+*fbzx-1.9 (01 Oct 2007)
+
+ 01 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org> +fbzx-1.9.ebuild:
+ version bump
*fbzx-1.8 (12 Apr 2007)
diff --git a/games-emulation/fbzx/fbzx-1.9.ebuild b/games-emulation/fbzx/fbzx-1.9.ebuild
new file mode 100644
index 000000000000..0243bc0f1e1d
--- /dev/null
+++ b/games-emulation/fbzx/fbzx-1.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-1.9.ebuild,v 1.1 2007/10/01 23:57:34 mr_bones_ Exp $
+
+inherit eutils toolchain-funcs games
+
+DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer"
+HOMEPAGE="http://www.rastersoft.com/fbzx.html"
+SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i \
+ -e "s|/usr/share/spectrum|${GAMES_DATADIR}/${PN}|g" \
+ emulator.c || die "sed failed"
+ sed -i \
+ -e "/^CC/s:gcc:$(tc-getCC):" \
+ -e "s/^\(CC =\).*/\1 $(tc-getCC) ${CFLAGS}/" \
+ -e "s:-O2:${CFLAGS}:" \
+ Makefile || die "sed failed"
+}
+
+src_install() {
+ dogamesbin fbzx || die "dogamesbin failed"
+ insinto "${GAMES_DATADIR}/${PN}/roms"
+ doins roms/* || die "doins failed"
+ dodoc CAPABILITIES FAQ PORTS README* TODO VERSIONS
+ prepgamesdirs
+}
diff --git a/games-emulation/fbzx/files/digest-fbzx-1.9 b/games-emulation/fbzx/files/digest-fbzx-1.9
new file mode 100644
index 000000000000..e211636f9b4f
--- /dev/null
+++ b/games-emulation/fbzx/files/digest-fbzx-1.9
@@ -0,0 +1,3 @@
+MD5 9e4bf173ac3b46eaca23d5b8c201ac67 fbzx-1.9.tar.bz2 202344
+RMD160 cd942b8d8942ce655645b76648dab9852993a1de fbzx-1.9.tar.bz2 202344
+SHA256 10dc63be299096551816842fcfc9528b22ffd6ed6506822f1770bc9491c7d921 fbzx-1.9.tar.bz2 202344