diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-07 15:51:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-07 15:51:49 +0000 |
commit | d2a4a5dc6e0c3dec5ca2b68dd73218dfdcbe8919 (patch) | |
tree | 10bf047454a2db3719b8be32011389e423e8a8f1 /games-arcade | |
parent | new upstream (diff) | |
download | gentoo-2-d2a4a5dc6e0c3dec5ca2b68dd73218dfdcbe8919.tar.gz gentoo-2-d2a4a5dc6e0c3dec5ca2b68dd73218dfdcbe8919.tar.bz2 gentoo-2-d2a4a5dc6e0c3dec5ca2b68dd73218dfdcbe8919.zip |
initial ebuild
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/thinktanksdemo/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/thinktanksdemo/files/digest-thinktanksdemo-1.1 | 1 | ||||
-rw-r--r-- | games-arcade/thinktanksdemo/metadata.xml | 44 | ||||
-rw-r--r-- | games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild | 44 |
4 files changed, 97 insertions, 0 deletions
diff --git a/games-arcade/thinktanksdemo/ChangeLog b/games-arcade/thinktanksdemo/ChangeLog new file mode 100644 index 000000000000..5e3fbeb1c576 --- /dev/null +++ b/games-arcade/thinktanksdemo/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-arcade/thinktanksdemo +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanksdemo/ChangeLog,v 1.1 2003/10/07 15:51:49 vapier Exp $ + +*thinktanksdemo-1.1 (07 Oct 2003) + + 07 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/games-arcade/thinktanksdemo/files/digest-thinktanksdemo-1.1 b/games-arcade/thinktanksdemo/files/digest-thinktanksdemo-1.1 new file mode 100644 index 000000000000..bacb7f298156 --- /dev/null +++ b/games-arcade/thinktanksdemo/files/digest-thinktanksdemo-1.1 @@ -0,0 +1 @@ +MD5 07f65cb521f773c1822218869343b130 ThinkTanksDemo_v1.1.sh.bin 12115802 diff --git a/games-arcade/thinktanksdemo/metadata.xml b/games-arcade/thinktanksdemo/metadata.xml new file mode 100644 index 000000000000..f2bbefeab3dc --- /dev/null +++ b/games-arcade/thinktanksdemo/metadata.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> + <email>vapier@gentoo.org</email> + <name>Mike Frysinger</name> +</maintainer> +<longdescription> +ThinkTanks is a tank combat game designed to be a blast for the new and +experienced gamer alike with lighthearted, fast paced pandemonium. Either +battling against brain-hungry bots in solo play or going head-to-head against +others online, ThinkTanks has something for everyone. + +You find yourself in a ThinkTank... just one of many brain slaves imprisoned by +Alien Mind Control-- only you have managed to escape their brain rays. But the +moment you are free, you are besieged on all sides by insane bot-tanks. You must +destroy or be destroyed and keep on your toes at all times. Luckily you can +collect powerups that give you wacky weapons to help you stay alive. As you +progress through each level, the bot tanks get smarter, stronger and crazier as +Alien Mind Control reprograms the bot tanks to match your wits. Your goal is to +beat the bosses, then rescue your brain-brethren and continue the fight on other +worlds. + +Upon entering, you are immediately engaged by heavy artillery. This is +no-holds-barred warfare and to the victor go the points. You can be catapulted or +thrust in any direction by rolling over the boost and jump pads to escape attack +or rush the enemy. The lush, green hills are scattered with bots on the warpath, +bots choking in their own smoke, floating orbs with special powers and +ammunition, boulders, trees, AND the dreaded pit of doom. The goal here is to +keep your brain intact, and triumph over bots of every shape, size, speed and +skill. + +You are cast into a veritable feeding frenzy of tanks. You need to simultaneously +track the position of your tank relative to the scrum ball using your radarscope, +while navigating your tank along the bumpy terrain. If you are quick enough to +pick up the ball yourself, you must make a mad dash to the goal, evading the +thirsty pack of mad bots heavy on your trail. You win by capturing the most scrum +balls in the allotted time. + +Both On-line BattleMode and Scrum games have team-play variants and online chat +that allow players to play together cooperatively. +</longdescription> +</pkgmetadata> diff --git a/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild b/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild new file mode 100644 index 000000000000..ba0dea02b4db --- /dev/null +++ b/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanksdemo/thinktanksdemo-1.1.ebuild,v 1.1 2003/10/07 15:51:49 vapier Exp $ + +inherit games eutils + +DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium" +HOMEPAGE="http://garagegames.com/pg/product/view.php?id=12" +SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin" + +LICENSE="THINKTANKS" +SLOT="0" +KEYWORDS="-* x86" + +DEPEND="" + +S=${WORKDIR} + +pkg_setup() { + check_license + games_pkg_setup +} + +src_unpack() { + unpack_makeself +} + +src_install() { + local dir=${GAMES_PREFIX_OPT}/${PN} + dodir ${dir} ${GAMES_BINDIR} + + tar -zxf ThinkTanks.tar.gz -C ${D}/${dir} || die "extracting ThinkTanks.tar.gz" + + exeinto ${dir} + doexe bin/Linux/x86/thinktanksdemo + dosym ${dir}/thinktanksdemo ${GAMES_BINDIR}/thinktanksdemo + + insinto ${dir} + doins icon.xpm + + dodoc ReadMe_Linux.txt + + prepgamesdirs +} |