Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (35cca96a7a3c23f8d57405178051d7caa809f684)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (35cca96a7a3c23f8d57405178051d7caa809f684)
  • Date: Sat, 9 Feb 2008 23:57:42 -0600

GIT changes to master games grimoire by Dale E. Edmons
<linuxfan AT sourcemage.org>:

ChangeLog | 3 +++
games-strategy-rts/lgeneral/DEPENDS | 5 +++++
games-strategy-rts/lgeneral/DETAILS | 14 ++++++++++++++
games-strategy-rts/lgeneral/HISTORY | 6 ++++++
4 files changed, 28 insertions(+)

New commits:
commit 35cca96a7a3c23f8d57405178051d7caa809f684
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

Added lgeneral spell.

diff --git a/ChangeLog b/ChangeLog
index 153da2c..e4c9e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-09 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * games-strategy-rts/lgeneral: Added new lgeneral game.
+
2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
* games-rpg-mp/lotrolauncher: Added LotRO and DDO launcher script

diff --git a/games-strategy-rts/lgeneral/DEPENDS
b/games-strategy-rts/lgeneral/DEPENDS
new file mode 100755
index 0000000..327bb67
--- /dev/null
+++ b/games-strategy-rts/lgeneral/DEPENDS
@@ -0,0 +1,5 @@
+depends sdl &&
+optional_depends sdl-mixer \
+ "--enable-sound" \
+ "--disable-sound" \
+ "Optionally use sound (sdl-mixer) with lgeneral"
diff --git a/games-strategy-rts/lgeneral/DETAILS
b/games-strategy-rts/lgeneral/DETAILS
new file mode 100755
index 0000000..f006e8d
--- /dev/null
+++ b/games-strategy-rts/lgeneral/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=lgeneral
+ VERSION=1.2beta-13
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[1]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:55e03790365ef94f22f259112b5386bf95d0763f883a830582929ae09c3a7d41ccf75c9710c42fcadbb2788eec8c50f3c4b02659ba05fce653d226e2d9a0831d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://lgames.sourceforge.net/index.php?project=LGeneral";
+ LICENSE[0]=GPL
+ ENTERED=20071218
+ SHORT="lgeneral is a turn-based strategy engine heavily inspired
by Panzer General."
+
+cat << EOF
+LGeneral is a turn-based strategy engine heavily inspired by Panzer General.
You play single scenarios or whole campaigns turn by turn against a human
player or the AI. Entrenchment, rugged defense, defensive fire, surprise
contacts, surrender, unit supply, weather influence, reinforcements and other
implementations contribute to the tactical and strategic depth of the game.
+EOF
diff --git a/games-strategy-rts/lgeneral/HISTORY
b/games-strategy-rts/lgeneral/HISTORY
new file mode 100644
index 0000000..b0d3c63
--- /dev/null
+++ b/games-strategy-rts/lgeneral/HISTORY
@@ -0,0 +1,6 @@
+2007-12-18 linuxfan <demaillists AT comcast.net>
+ * DEPENDS: Changed guessed --enable-sdl-mixer to --enable-sound
+ * DETAILS: Corrected version: quill didn't parse version correctly.
+2007-12-18 linuxfan <demaillists AT comcast.net>
+ * DEPENDS, DETAILS: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page