From 377f6cbaec15a9c8a6d03b50cecfc106a649c14f Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 7 Nov 2003 23:47:30 +0000 Subject: initial commit (bug 32889) --- games-arcade/balloonchase/Manifest | 4 ++- .../balloonchase/balloonchase-0.9.6.ebuild | 41 ++++++++++++++++++++++ .../balloonchase/files/digest-balloonchase-0.9.6 | 1 + games-arcade/balloonchase/metadata.xml | 9 +++++ 4 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 games-arcade/balloonchase/balloonchase-0.9.6.ebuild create mode 100644 games-arcade/balloonchase/files/digest-balloonchase-0.9.6 create mode 100644 games-arcade/balloonchase/metadata.xml (limited to 'games-arcade/balloonchase') diff --git a/games-arcade/balloonchase/Manifest b/games-arcade/balloonchase/Manifest index 7e72946f89ce..1c0a127f8687 100644 --- a/games-arcade/balloonchase/Manifest +++ b/games-arcade/balloonchase/Manifest @@ -1,2 +1,4 @@ -MD5 9fba4c49375e8643e6ab6ad792bd68de balloonchase-0.9.6.ebuild 618 +MD5 91414c753957f2d7fd1cec05500cb233 balloonchase-0.9.6.ebuild 1200 +MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 +MD5 53b1d62db3726be87ebc7d862831a8b3 ChangeLog 435 MD5 27e80fdc216d610068fca431f7812acf files/digest-balloonchase-0.9.6 71 diff --git a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild new file mode 100644 index 000000000000..6e6d14c0d0cf --- /dev/null +++ b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild,v 1.1 2003/11/07 23:47:27 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen" +HOMEPAGE="http://koti.mbnet.fi/makegho/c/bchase/" +SRC_URI="http://koti.mbnet.fi/makegho/c/bchase/${P}.tar.bz2" + +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND="media-libs/libsdl" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + cd ${S} + + sed -i \ + -e '/opendir/ i\ if (getenv("HOME")) { chdir(getenv("HOME")); } + ' \ + -e 's:balloonchase.dat:.balloonchaserc:ig' \ + -e "s:\"images/:\"${GAMES_DATADIR}/${PN}/images/:" src/main.c || \ + die 'sed main.c failed' + sed -i \ + -e "/^CFLAGS/ s:=.*:= ${CFLAGS}:" Makefile || \ + die 'sed Makefile failed' +} + +src_install() { + dogamesbin balloonchase || die "dogamesbin failed" + dodir "${GAMES_DATADIR}/${PN}" + cp -r images "${D}/${GAMES_DATADIR}/${PN}/" || die "cp failed" + dodoc README || die "dodoc failed" + prepgamesdirs +} diff --git a/games-arcade/balloonchase/files/digest-balloonchase-0.9.6 b/games-arcade/balloonchase/files/digest-balloonchase-0.9.6 new file mode 100644 index 000000000000..26342aa7e100 --- /dev/null +++ b/games-arcade/balloonchase/files/digest-balloonchase-0.9.6 @@ -0,0 +1 @@ +MD5 ed386a8e30f90ad13dd404f219e4332b balloonchase-0.9.6.tar.bz2 523085 diff --git a/games-arcade/balloonchase/metadata.xml b/games-arcade/balloonchase/metadata.xml new file mode 100644 index 000000000000..1cef6e243af3 --- /dev/null +++ b/games-arcade/balloonchase/metadata.xml @@ -0,0 +1,9 @@ + + + +games + +games@gentoo.org +Games Team + + -- cgit v1.2.3-65-gdbad