Skip to Content.
Sympa Menu

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

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 (2907aad80b8625b4595e67e61136278d5c881601)
  • Date: Wed, 26 Sep 2007 15:11:43 -0500

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

ChangeLog | 2 ++
games-simulation/crrcsim/BUILD | 1 +
games-simulation/crrcsim/DEPENDS | 4 ++++
games-simulation/crrcsim/DETAILS | 28 ++++++++++++++++++++++++++++
games-simulation/crrcsim/HISTORY | 2 ++
games-simulation/crrcsim/INSTALL | 1 +
games-simulation/crrcsim/PRE_BUILD | 6 ++++++
7 files changed, 44 insertions(+)

New commits:
commit 2907aad80b8625b4595e67e61136278d5c881601
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

games-simulation/crrcsim: new spell, a model-airplane flight simulation
program

diff --git a/ChangeLog b/ChangeLog
index 62c613d..5327d6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-09-27 Alexander Tsamutali <astsmtl AT gmail.com>
* games-arcade-3d/extreme-tuxracer: new spell, racing game featuring
Tux
+ * games-simulation/crrcsim: new spell, a model-airplane flight
+ simulation program

2007-09-02 Alexander Tsamutali <astsmtl AT gmail.com>
* games-arcade-3d/stormbaancoureur: new spell, simulated obstacle
course
diff --git a/games-simulation/crrcsim/BUILD b/games-simulation/crrcsim/BUILD
new file mode 100755
index 0000000..e1e85d8
--- /dev/null
+++ b/games-simulation/crrcsim/BUILD
@@ -0,0 +1 @@
+make -f Makefile.linux
diff --git a/games-simulation/crrcsim/DEPENDS
b/games-simulation/crrcsim/DEPENDS
new file mode 100755
index 0000000..0de89d4
--- /dev/null
+++ b/games-simulation/crrcsim/DEPENDS
@@ -0,0 +1,4 @@
+depends sdl &&
+depends portaudio &&
+depends GLUT &&
+depends plib
diff --git a/games-simulation/crrcsim/DETAILS
b/games-simulation/crrcsim/DETAILS
new file mode 100755
index 0000000..c51306e
--- /dev/null
+++ b/games-simulation/crrcsim/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=crrcsim
+ VERSION=0.9.8
+ SOURCE="${SPELL}-src-${VERSION}.tar.gz"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8a23dc8ae081a3d6a1b4035e8d3cbccd66ab698a59689733203c29833538de0520b38d9b52717be24b5974528cc3105c99f06fc514b2b2a7de18428613a7c3a3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://crrcsim.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20070927
+ SHORT="a model-airplane flight simulation program"
+cat << EOF
+Crrcsim is a model-airplane flight simulation program. Using it, you can
+learn how to fly model aircraft, test new aircraft designs, and improve your
+skills by practicing on your computer. Some of it's features include:
+
+* Open source
+* Runs on GNU/Linux, Mac OSX (ppc and rosetta compatible) and Windows
(98/2000/XP)
+* 3D representation of the aircraft
+* Very realistic flight model
+* Nice graphics if you have a 3D accelerator card
+* Great variety of how to control the model:
+ - Use your R/C transmitter (connected to the parallel port, to the serial
port
+ via an "FMS PIC"-style cable or simply to your sound card's audio input)
+ - Mouse
+ - Joystick
+ - Keyboard
+ - Autopilot
+EOF
diff --git a/games-simulation/crrcsim/HISTORY
b/games-simulation/crrcsim/HISTORY
new file mode 100644
index 0000000..21e6619
--- /dev/null
+++ b/games-simulation/crrcsim/HISTORY
@@ -0,0 +1,2 @@
+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
new file mode 100755
index 0000000..3163ad8
--- /dev/null
+++ b/games-simulation/crrcsim/INSTALL
@@ -0,0 +1 @@
+make -f Makefile.linux install
diff --git a/games-simulation/crrcsim/PRE_BUILD
b/games-simulation/crrcsim/PRE_BUILD
new file mode 100755
index 0000000..7054d9f
--- /dev/null
+++ b/games-simulation/crrcsim/PRE_BUILD
@@ -0,0 +1,6 @@
+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 (2907aad80b8625b4595e67e61136278d5c881601), Alexander Tsamutali, 09/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page