Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (be644451d412d63bf88348c43f6261593111b449)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (be644451d412d63bf88348c43f6261593111b449)
  • Date: Fri, 24 Nov 2006 16:57:21 -0600

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
games-strategy-tbs/hedgewars/BUILD | 4 ++++
games-strategy-tbs/hedgewars/DEPENDS | 8 ++++++++
games-strategy-tbs/hedgewars/DETAILS | 17 +++++++++++++++++
games-strategy-tbs/hedgewars/HISTORY | 2 ++
games-strategy-tbs/hedgewars/INSTALL | 1 +
games-strategy-tbs/hedgewars/PRE_BUILD | 3 +++
7 files changed, 39 insertions(+)

New commits:
commit 205a47da2ccbfa77e18bc579d9e058a165fa5a41
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-strategy-tbs/hedgewars: new spell, free Worms-like turn based
strategy game

diff --git a/ChangeLog b/ChangeLog
index ae01cc3..0531c0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-25 Pol Vinogradov <vin.public AT gmail.com>
+ * games-strategy-tbs/hedgewars: new spell, free Worms-like turn based
+ strategy game
+
2006-11-16 David Brown <dmlb2000 AT gmail.com>
* FUNCTIONS: games_make_proper_binary removed hack to check for stage
root because it won't work shortly...
diff --git a/games-strategy-tbs/hedgewars/BUILD
b/games-strategy-tbs/hedgewars/BUILD
new file mode 100755
index 0000000..414222a
--- /dev/null
+++ b/games-strategy-tbs/hedgewars/BUILD
@@ -0,0 +1,4 @@
+cmake -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
+ -DCMAKE_INSTALL_PREFIX="${INSTALL_ROOT}/usr" \
+ -DDATA_INSTALL_DIR="${INSTALL_ROOT}/usr/share/games" &&
+make
diff --git a/games-strategy-tbs/hedgewars/DEPENDS
b/games-strategy-tbs/hedgewars/DEPENDS
new file mode 100755
index 0000000..978e886
--- /dev/null
+++ b/games-strategy-tbs/hedgewars/DEPENDS
@@ -0,0 +1,8 @@
+depends cmake &&
+depends fpc &&
+depends qt4 &&
+depends sdl &&
+depends sdl_image &&
+depends sdl_mixer &&
+depends sdl_net &&
+depends sdl_ttf
diff --git a/games-strategy-tbs/hedgewars/DETAILS
b/games-strategy-tbs/hedgewars/DETAILS
new file mode 100755
index 0000000..1cc4b25
--- /dev/null
+++ b/games-strategy-tbs/hedgewars/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=hedgewars
+ VERSION=0.8.1
+ SOURCE=$SPELL-src-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://$SPELL.org/download/$SOURCE
+
SOURCE_HASH=sha512:42ab3f31a2a307499b0afc99cdd670587acddd1877cc7a4a7517d019bd12160970f6500fac8e2f377421b14677459345308f31150c9c3526a335b11c0a3e00af
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=http://hedgewars.org/
+ LICENSE[0]=GPL
+ ENTERED=20061125
+ SHORT="Free Worms-like turn based strategy game"
+cat << EOF
+Hedgewars, it's a Blast! This is the funniest and most addictive game you'll
+ever play - hilarious fun that you can enjoy anywhere, anytime. Hedgewars is
+a turn based strategy game but the real buzz is from watching the devastation
+caused by those pesky hedgehogs with those fantastic weapons - sneaky little
+blighters with a bad attitude!
+EOF
diff --git a/games-strategy-tbs/hedgewars/HISTORY
b/games-strategy-tbs/hedgewars/HISTORY
new file mode 100644
index 0000000..d3eca54
--- /dev/null
+++ b/games-strategy-tbs/hedgewars/HISTORY
@@ -0,0 +1,2 @@
+2006-11-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL, PRE_BUILD: created spell
diff --git a/games-strategy-tbs/hedgewars/INSTALL
b/games-strategy-tbs/hedgewars/INSTALL
new file mode 100755
index 0000000..056bb94
--- /dev/null
+++ b/games-strategy-tbs/hedgewars/INSTALL
@@ -0,0 +1 @@
+make install DESTDIR=${INSTALL_ROOT}/usr
diff --git a/games-strategy-tbs/hedgewars/PRE_BUILD
b/games-strategy-tbs/hedgewars/PRE_BUILD
new file mode 100755
index 0000000..932c2ad
--- /dev/null
+++ b/games-strategy-tbs/hedgewars/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit "s:bin:games:" bin/CMakeLists.txt




Archive powered by MHonArc 2.6.24.

Top of Page