[SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (1d37adf6db1c3760427246ac2f374d62ca06dddc)

Alexander Tsamutali scm at sourcemage.org
Sat Jul 19 13:00:48 EDT 2008


GIT changes to master games grimoire by Alexander Tsamutali <astsmtl at gmail.com>:

 ChangeLog                      |    4 ++++
 games-arcade-2d/btanks/BUILD   |    1 +
 games-arcade-2d/btanks/DEPENDS |   10 ++++++++++
 games-arcade-2d/btanks/DETAILS |   18 ++++++++++++++++++
 games-arcade-2d/btanks/HISTORY |    2 ++
 games-arcade-2d/btanks/INSTALL |    7 +++++++
 games-arcade-2d/btanks/btanks  |    4 ++++
 7 files changed, 46 insertions(+)

New commits:
commit 1d37adf6db1c3760427246ac2f374d62ca06dddc
Author: Alexander Tsamutali <astsmtl at gmail.com>
Commit: Alexander Tsamutali <astsmtl at gmail.com>

    games-arcade-2d/btanks: new spell, fast 2d tank arcade game with multiplayer
                            and split-screen modes

diff --git a/ChangeLog b/ChangeLog
index 12bb9d3..bee113b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-18 Alexander Tsamutali <astsmtl at gmail.com>
+	* games-arcade-2d/btanks: new spell, fast 2d tank arcade game with
+	  multiplayer and split-screen modes
+
 2008-06-26 Alexander Tsamutali <astsmtl at gmail.com>
 	* games-utils/mumble: new spell, low-latency, high-quality voice
 	  communication for gamers
diff --git a/games-arcade-2d/btanks/BUILD b/games-arcade-2d/btanks/BUILD
new file mode 100755
index 0000000..ebff829
--- /dev/null
+++ b/games-arcade-2d/btanks/BUILD
@@ -0,0 +1 @@
+scons
diff --git a/games-arcade-2d/btanks/DEPENDS b/games-arcade-2d/btanks/DEPENDS
new file mode 100755
index 0000000..938b524
--- /dev/null
+++ b/games-arcade-2d/btanks/DEPENDS
@@ -0,0 +1,10 @@
+depends g++ &&
+depends scons &&
+depends zlib &&
+depends expat &&
+depends lua &&
+depends OPENGL &&
+depends sdl &&
+depends sdl_image &&
+depends smpeg &&
+depends libvorbis
diff --git a/games-arcade-2d/btanks/DETAILS b/games-arcade-2d/btanks/DETAILS
new file mode 100755
index 0000000..1d224c3
--- /dev/null
+++ b/games-arcade-2d/btanks/DETAILS
@@ -0,0 +1,18 @@
+           SPELL=btanks
+         VERSION=0.8.7479
+          SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+     SOURCE_HASH=sha512:1131de1f93863042786e9c83e27f72f46ad0148dbabc2f066fca9c92014129d0154487c2df9344e9fed0215ef9bcd97fa0f924e5a898eb597fa848ca08898054
+        WEB_SITE=http://btanks.sourceforge.net
+         ENTERED=20080719
+      LICENSE[0]=GPL
+           SHORT="fast 2d tank arcade game with multiplayer and split-screen modes"
+cat << EOF
+Fast 2d tank arcade game with multiplayer and split-screen modes.
+Battle Tanks is a funny battle on your desk, where you can choose one of three
+vehicles and eliminate your enemy using the whole arsenal of weapons. has
+original cartoon-like graphics and cool music, it is fun and dynamic, it has
+several network modes for deathmatch and cooperative  what else is needed to
+have fun with your friends? And all is packed and ready for you in Battle Tanks.
+EOF
diff --git a/games-arcade-2d/btanks/HISTORY b/games-arcade-2d/btanks/HISTORY
new file mode 100644
index 0000000..e57511a
--- /dev/null
+++ b/games-arcade-2d/btanks/HISTORY
@@ -0,0 +1,2 @@
+2008-07-18 Alexander Tsamutali <astsmtl at gmail.com>
+	* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY, btanks: Created
diff --git a/games-arcade-2d/btanks/INSTALL b/games-arcade-2d/btanks/INSTALL
new file mode 100755
index 0000000..69c82d4
--- /dev/null
+++ b/games-arcade-2d/btanks/INSTALL
@@ -0,0 +1,7 @@
+INSTALL_DIRECTORY=$INSTALL_ROOT/usr/lib/btanks &&
+mkdir -pv $INSTALL_DIRECTORY &&
+cp -rv btanks bted *.so data $INSTALL_DIRECTORY &&
+cp $SPELL_DIRECTORY/btanks $INSTALL_ROOT/usr/games &&
+cd $INSTALL_DIRECTORY &&
+find_and_scam &&
+chmod 750 btanks bted
diff --git a/games-arcade-2d/btanks/btanks b/games-arcade-2d/btanks/btanks
new file mode 100755
index 0000000..1cc6e3e
--- /dev/null
+++ b/games-arcade-2d/btanks/btanks
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd /usr/lib/btanks
+exec ./btanks



More information about the SM-Commit mailing list