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

Alexander Tsamutali scm at sourcemage.org
Sat Sep 1 10:37:22 EDT 2007


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

 games-simulation/cultivation/DETAILS     |    4 ++--
 games-simulation/cultivation/HISTORY     |    7 ++++++-
 games-simulation/cultivation/INSTALL     |   11 ++++++++++-
 games-simulation/cultivation/cultivation |    4 ++++
 4 files changed, 22 insertions(+), 4 deletions(-)

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

    games-simulation/cultivation: updated to version 8

diff --git a/games-simulation/cultivation/DETAILS b/games-simulation/cultivation/DETAILS
index f0278d5..d90791c 100755
--- a/games-simulation/cultivation/DETAILS
+++ b/games-simulation/cultivation/DETAILS
@@ -1,9 +1,9 @@
            SPELL=cultivation
-         VERSION=4
+         VERSION=8
           SOURCE=Cultivation_${VERSION}_UnixSource.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/Cultivation_${VERSION}_UnixSource
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-     SOURCE_HASH=sha512:13b9c58e58442d5857f4242486c395b2ed36af92cd393cf9a766084c5e5c100f6e8576068d2814ed60a3b46c87e41d9b22323da09709913550215990d6a00664
+     SOURCE_HASH=sha512:a54eea1083eb93948687581f685de91a98beeddfc446b387ae30f802dec6d311efc0dc9df5637010207f78ac3c3ba0d05f28132af5ec05cf06b9fa6b947c4d31
         WEB_SITE=http://cultivation.sourceforge.net
          ENTERED=20061013
             DOCS="how_to_play.txt"
diff --git a/games-simulation/cultivation/HISTORY b/games-simulation/cultivation/HISTORY
index 6ccf6f3..dbfab2e 100644
--- a/games-simulation/cultivation/HISTORY
+++ b/games-simulation/cultivation/HISTORY
@@ -1,2 +1,7 @@
+2007-09-01 Alexander Tsamutali <astsmtl at gmail.com>
+	* DETAILS: Updated to version 8
+	* INSTALL: Now installs everything to /opt/cultivation
+	* cultivation: added, script to launch cultivation
+
 2006-10-13 Alexander Tsamutali <astsmtl at gmail.com>
-        * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: Created this spell
+	* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: Created this spell
diff --git a/games-simulation/cultivation/INSTALL b/games-simulation/cultivation/INSTALL
index 30884e6..7b4544d 100755
--- a/games-simulation/cultivation/INSTALL
+++ b/games-simulation/cultivation/INSTALL
@@ -1 +1,10 @@
-install -v -g games -m 750 Cultivation /usr/games/
+CV_DIR=${INSTALL_ROOT}/opt/${SPELL} &&
+install -v -g games -m 750 -d  $CV_DIR &&
+install -v -g games -m 750 -d  ${CV_DIR}/languages &&
+install -v -g games -m 640 font.tga $CV_DIR &&
+install -v -g games -m 640 languages/* ${CV_DIR}/languages &&
+install -v -g games -m 640 language.txt $CV_DIR &&
+install -v -g games -m 640 features.txt $CV_DIR &&
+install -v -g games -m 750 Cultivation $CV_DIR &&
+install -v -g games -m 750 ${SPELL_DIRECTORY}/cultivation \
+                           ${INSTALL_ROOT}/usr/games
diff --git a/games-simulation/cultivation/cultivation b/games-simulation/cultivation/cultivation
new file mode 100755
index 0000000..4cbbd08
--- /dev/null
+++ b/games-simulation/cultivation/cultivation
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd /opt/cultivation &&
+./Cultivation "$@"



More information about the SM-Commit mailing list