Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by John Harding (fccbb6983ad1639c69a45b3894f8e253b7e4f19e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: John Harding <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by John Harding (fccbb6983ad1639c69a45b3894f8e253b7e4f19e)
  • Date: Sat, 29 Jul 2006 19:05:05 -0500

GIT changes to master games grimoire by John Harding
<johnh AT kuberaconsulting.com>:

games-unmaintained/ttoa/BUILD | 23 +++--------------------
games-unmaintained/ttoa/DETAILS | 1 -
games-unmaintained/ttoa/HISTORY | 5 +++++
games-unmaintained/ttoa/INSTALL | 13 +++++++++++++
4 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit fccbb6983ad1639c69a45b3894f8e253b7e4f19e
Author: John Harding <johnh AT kuberaconsulting.com>
Commit: John Harding <johnh AT kuberaconsulting.com>

ttoa: converted to api2

diff --git a/games-unmaintained/ttoa/BUILD b/games-unmaintained/ttoa/BUILD
index c11e2e1..405c169 100755
--- a/games-unmaintained/ttoa/BUILD
+++ b/games-unmaintained/ttoa/BUILD
@@ -1,20 +1,3 @@
-(
-
- G_DIR="/usr/share/games/${SPELL}"
-
- rm -f game &&
- make &&
- prepare_install &&
- install -d -m 755 ${G_DIR} &&
- install -d -m 755 ${G_DIR}/data &&
- install -d -m 755 ${G_DIR}/data/creatures &&
- install -d -m 755 ${G_DIR}/data/objs &&
- install -d -m 755 ${G_DIR}/levels &&
- install -m 755 game ${G_DIR} &&
- install -m 644 data/*.png ${G_DIR}/data &&
- install -m 644 data/creatures/*.png ${G_DIR}/data/creatures &&
- install -m 644 data/objs/*.png ${G_DIR}/data/objs &&
- install -m 644 levels/*.lvl ${G_DIR}/levels &&
- install -m 755 ${SCRIPT_DIRECTORY}/${SPELL} /usr/games
-
-) > $C_FIFO 2>&1
+true &&
+ rm -f game &&
+ make
diff --git a/games-unmaintained/ttoa/DETAILS b/games-unmaintained/ttoa/DETAILS
index b2b8b0e..86e1a0b 100755
--- a/games-unmaintained/ttoa/DETAILS
+++ b/games-unmaintained/ttoa/DETAILS
@@ -9,7 +9,6 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/newl
REJECT="Author closed this project"
ENTERED=20021127
UPDATED=20021127
- BUILD_API=1
SHORT="The Time of Asundix is a 2D top-down fantasy adventure
game"
cat << EOF
TTOA is a free, 2d top-down fantasy adventure game. It's written in C with
libSDL and SDL_Image. The storyline takes some time to explain: Intorox is an
almighty wizard. He lived in a time that no soul can remember. Intorox had
created 16 stones, stones that held incredible mighty powers. He called them:
The Stones of Truth. Before he came to pass. he spread the stones over the
world so that nobody could ever re-use the power. Hygross is a very dark and
cloudy land, it has been like that for ages. It is a home to all kinds of
creatures like Elves,Goblins, Orcs and Worms. Asundix, a small goblin is the
Ruler of Hygross, but he has not always been the Ruler. Asundix was once just
a normal, but very small fat goblin, But when he found all 4 of the
stones,wich were hidden in Hygross he gained enormous strenght and became a
very powerfull goblin. He kept his prescious stones in the dark dungeons his
poor slaves made. All guarded by one of his strongest guardians and lots of
evil creatures. Now After many years gone by, he has created a huge army and
plans to send his evil ploths out into "our" world...
diff --git a/games-unmaintained/ttoa/HISTORY b/games-unmaintained/ttoa/HISTORY
index 0182b39..a8b7bbe 100644
--- a/games-unmaintained/ttoa/HISTORY
+++ b/games-unmaintained/ttoa/HISTORY
@@ -1,3 +1,8 @@
+2006-07-29 John Harding <johnh AT kuberaconsulting.com>
+ * DETAILS: removed api1 line
+ * BUILD: removed stuff in accord with api2
+ * INSTALL: created to contain stuff from BUILD api1
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/games-unmaintained/ttoa/INSTALL b/games-unmaintained/ttoa/INSTALL
new file mode 100755
index 0000000..53d0a87
--- /dev/null
+++ b/games-unmaintained/ttoa/INSTALL
@@ -0,0 +1,13 @@
+true &&
+ G_DIR="/usr/share/games/${SPELL}"
+ install -d -m 755 ${G_DIR} &&
+ install -d -m 755 ${G_DIR}/data &&
+ install -d -m 755 ${G_DIR}/data/creatures &&
+ install -d -m 755 ${G_DIR}/data/objs &&
+ install -d -m 755 ${G_DIR}/levels &&
+ install -m 755 game ${G_DIR} &&
+ install -m 644 data/*.png ${G_DIR}/data &&
+ install -m 644 data/creatures/*.png ${G_DIR}/data/creatures &&
+ install -m 644 data/objs/*.png ${G_DIR}/data/objs &&
+ install -m 644 levels/*.lvl ${G_DIR}/levels &&
+ install -m 755 ${SCRIPT_DIRECTORY}/${SPELL} /usr/games



  • [SM-Commit] GIT changes to master games grimoire by John Harding (fccbb6983ad1639c69a45b3894f8e253b7e4f19e), John Harding, 07/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page