summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-01-13 00:06:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-01-13 00:06:59 +0000
commitee26bd04581716cad90ae506fc3446e4f7fd67ff (patch)
tree3f233fffdd3ac04aadae5d41401a3f33d731695a /games-emulation/boycott-advance-sdl
parentinitial commit; ebuild submitted by Chris Aniszczyk via bug 37943 (diff)
downloadhistorical-ee26bd04581716cad90ae506fc3446e4f7fd67ff.tar.gz
historical-ee26bd04581716cad90ae506fc3446e4f7fd67ff.tar.bz2
historical-ee26bd04581716cad90ae506fc3446e4f7fd67ff.zip
initial commit; ebuild submitted by Chris Aniszczyk via bug 37943
Diffstat (limited to 'games-emulation/boycott-advance-sdl')
-rw-r--r--games-emulation/boycott-advance-sdl/Manifest4
-rw-r--r--games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild38
-rw-r--r--games-emulation/boycott-advance-sdl/files/digest-boycott-advance-sdl-0.2.81
-rw-r--r--games-emulation/boycott-advance-sdl/metadata.xml9
4 files changed, 51 insertions, 1 deletions
diff --git a/games-emulation/boycott-advance-sdl/Manifest b/games-emulation/boycott-advance-sdl/Manifest
index 80220dad0ccc..f6c101a56566 100644
--- a/games-emulation/boycott-advance-sdl/Manifest
+++ b/games-emulation/boycott-advance-sdl/Manifest
@@ -1,2 +1,4 @@
-MD5 28653f0985949453fd63afe365f5640d boycott-advance-sdl-0.2.8.ebuild 873
+MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
+MD5 27f6cd1c1248d331fe05c8131313692c boycott-advance-sdl-0.2.8.ebuild 1007
+MD5 893a5d3ef842236fc21baffac8e68223 ChangeLog 471
MD5 ca788ea7871dae1a43982a402787d809 files/digest-boycott-advance-sdl-0.2.8 89
diff --git a/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild b/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild
new file mode 100644
index 000000000000..bad88274ce1d
--- /dev/null
+++ b/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild,v 1.1 2004/01/13 00:06:44 mr_bones_ Exp $
+
+inherit games
+
+MY_RLS="R1"
+DESCRIPTION="A Gameboy Advance (GBA) emulator for Linux"
+HOMEPAGE="http://sdlemu.ngemu.com/basdl.php"
+SRC_URI="http://sdlemu.ngemu.com/releases/BoyCottAdvance-SDL-${PV}${MY_RLS}.i386.linux.tar.gz"
+
+KEYWORDS="-* x86"
+LICENSE="as-is"
+SLOT="0"
+IUSE=""
+
+RDEPEND="virtual/x11
+ virtual/opengl
+ >=media-libs/libsdl-1.2
+ sys-libs/zlib"
+
+S="${WORKDIR}/boyca-sdl"
+
+src_install() {
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+
+ exeinto "${dir}"
+ doexe boyca || die "doexe failed"
+ insinto "${dir}/roms"
+ doins PongFighter/* || die "doins failed (roms)"
+ insinto "${dir}"
+ doins boyca.cfg || die "doins failed (cfg)"
+ dodoc docs/* || die "dodoc failed"
+
+ games_make_wrapper boyca ./boyca "${dir}"
+
+ prepgamesdirs
+}
diff --git a/games-emulation/boycott-advance-sdl/files/digest-boycott-advance-sdl-0.2.8 b/games-emulation/boycott-advance-sdl/files/digest-boycott-advance-sdl-0.2.8
new file mode 100644
index 000000000000..59523272390a
--- /dev/null
+++ b/games-emulation/boycott-advance-sdl/files/digest-boycott-advance-sdl-0.2.8
@@ -0,0 +1 @@
+MD5 95f6bfcf2e0ba32ba713aef1a6419f99 BoyCottAdvance-SDL-0.2.8R1.i386.linux.tar.gz 454122
diff --git a/games-emulation/boycott-advance-sdl/metadata.xml b/games-emulation/boycott-advance-sdl/metadata.xml
new file mode 100644
index 000000000000..1cef6e243af3
--- /dev/null
+++ b/games-emulation/boycott-advance-sdl/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+<email>games@gentoo.org</email>
+<name>Games Team</name>
+</maintainer>
+</pkgmetadata>