Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (6ba093406fd50b0736e5884478245edc6a79e59c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (6ba093406fd50b0736e5884478245edc6a79e59c)
  • Date: Thu, 26 Jun 2008 12:01:51 -0500

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

games-simulation/crrcsim/BUILD | 5 ++++-
games-simulation/crrcsim/DETAILS | 7 ++++---
games-simulation/crrcsim/HISTORY | 4 ++++
games-simulation/crrcsim/INSTALL | 1 -
games-simulation/crrcsim/PRE_BUILD | 6 ------
5 files changed, 12 insertions(+), 11 deletions(-)

New commits:
commit 6ba093406fd50b0736e5884478245edc6a79e59c
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

games-simulation/crrcsim: updated to 0.9.9

diff --git a/games-simulation/crrcsim/BUILD b/games-simulation/crrcsim/BUILD
index e1e85d8..88819bb 100755
--- a/games-simulation/crrcsim/BUILD
+++ b/games-simulation/crrcsim/BUILD
@@ -1 +1,4 @@
-make -f Makefile.linux
+OPTS="$OPTS --bindir=${INSTALL_ROOT}/usr/games \
+ --datadir=${INSTALL_ROOT}/usr/share \
+ --localstatedir=${INSTALL_ROOT}/var/games" &&
+default_build
diff --git a/games-simulation/crrcsim/DETAILS
b/games-simulation/crrcsim/DETAILS
index c51306e..86e8286 100755
--- a/games-simulation/crrcsim/DETAILS
+++ b/games-simulation/crrcsim/DETAILS
@@ -1,12 +1,13 @@
SPELL=crrcsim
- VERSION=0.9.8
- SOURCE="${SPELL}-src-${VERSION}.tar.gz"
+ VERSION=0.9.9
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:8a23dc8ae081a3d6a1b4035e8d3cbccd66ab698a59689733203c29833538de0520b38d9b52717be24b5974528cc3105c99f06fc514b2b2a7de18428613a7c3a3
+
SOURCE_HASH=sha512:fcbfa1ec9b135f43a760d407996a23809174951ed659299e24315f5324b6206fa90d27c8dd4895a873562e1b052c0da2fca790be9ee57f8742f7e7a01eaf6855
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://crrcsim.sourceforge.net/";
LICENSE[0]=GPL
ENTERED=20070927
+ GATHER_DOCS=off
SHORT="a model-airplane flight simulation program"
cat << EOF
Crrcsim is a model-airplane flight simulation program. Using it, you can
diff --git a/games-simulation/crrcsim/HISTORY
b/games-simulation/crrcsim/HISTORY
index 21e6619..c161bef 100644
--- a/games-simulation/crrcsim/HISTORY
+++ b/games-simulation/crrcsim/HISTORY
@@ -1,2 +1,6 @@
+2008-06-26 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, BUILD: Updated to 0.9.9
+ * PRE_BUILD, INSTALL: Removed
+
2007-09-27 Alexander Tsamutali <astsmtl AT gmail.com>
* PRE_BUILD, BUILD, INSTALL, DEPENDS, DETAILS, HISTORY: spell created
diff --git a/games-simulation/crrcsim/INSTALL
b/games-simulation/crrcsim/INSTALL
deleted file mode 100755
index 3163ad8..0000000
--- a/games-simulation/crrcsim/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make -f Makefile.linux install
diff --git a/games-simulation/crrcsim/PRE_BUILD
b/games-simulation/crrcsim/PRE_BUILD
deleted file mode 100755
index 7054d9f..0000000
--- a/games-simulation/crrcsim/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sedit "s/-O3/${CXXFLAGS}/" Makefile.linux &&
-sedit "s:cp \./models/\*\.xml:cp -r \./models/\*:" Makefile.linux &&
-sedit "s:/usr/local/bin:${INSTALL_ROOT}/usr/games:" Makefile.linux &&
-sedit "s:/usr/local:${INSTALL_ROOT}/usr:" Makefile.linux



  • [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (6ba093406fd50b0736e5884478245edc6a79e59c), Alexander Tsamutali, 06/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page