Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ethan Grammatikidis (11b5cdf2a12426e838187680bde31292f8c3541c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ethan Grammatikidis (11b5cdf2a12426e838187680bde31292f8c3541c)
  • Date: Sun, 30 Mar 2008 09:34:54 -0500

GIT changes to master games grimoire by Ethan Grammatikidis
<eekee57 AT fastmail.fm>:

games-puzzles/xbomb/BUILD | 1 +
games-puzzles/xbomb/DEPENDS | 1 +
games-puzzles/xbomb/DETAILS | 19 +++++++++++++++++++
games-puzzles/xbomb/HISTORY | 5 +++++
games-puzzles/xbomb/PRE_BUILD | 8 ++++++++
5 files changed, 34 insertions(+)

New commits:
commit 11b5cdf2a12426e838187680bde31292f8c3541c
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

xbomb: new spell

diff --git a/games-puzzles/xbomb/BUILD b/games-puzzles/xbomb/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/games-puzzles/xbomb/BUILD
@@ -0,0 +1 @@
+make
diff --git a/games-puzzles/xbomb/DEPENDS b/games-puzzles/xbomb/DEPENDS
new file mode 100755
index 0000000..16690a3
--- /dev/null
+++ b/games-puzzles/xbomb/DEPENDS
@@ -0,0 +1 @@
+depends X11-LIBS
diff --git a/games-puzzles/xbomb/DETAILS b/games-puzzles/xbomb/DETAILS
new file mode 100755
index 0000000..e9e8e56
--- /dev/null
+++ b/games-puzzles/xbomb/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xbomb
+ VERSION=2.2
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://www.gedanken.demon.co.uk/download-${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:fd3c77c4c5e13a880a95cd2e478ea0778ef1a3c68416ecce17e57354822f11c5493e67f6d144deb40bf6402801aa64bc3347d1a72b926d3cb7b8251fc952877b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gedanken.demon.co.uk/xbomb/";
+ LICENSE[0]=GPL
+ ENTERED=20080330
+ SHORT="Minesweeper game with alternative grid types."
+cat << EOF
+A minesweeper type game for X Windows, with some unusual, interesting and
+challenging grid shapes. The grids vary in difficulty. The hexagonal grid
is
+the easiest of the three grids, although the endgame can be impossible. There
+are 6 neighbours to each of the tiles. The Square Grid is the traditional
+grid shape. There are 8 neighbours to each of the tiles. The Triangular
+Grid is the most difficult of the three grids by a long way. There are 12
+neighbours to each of the tiles.
+EOF
diff --git a/games-puzzles/xbomb/HISTORY b/games-puzzles/xbomb/HISTORY
new file mode 100644
index 0000000..765ad86
--- /dev/null
+++ b/games-puzzles/xbomb/HISTORY
@@ -0,0 +1,5 @@
+2008-03-30 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DEPENDS, DETAILS: spell created
+ * PRE_BUILD: added, patch makefile for intall locs and $LDFLAGS
+ * BUILD: added, no configure, just make
+
diff --git a/games-puzzles/xbomb/PRE_BUILD b/games-puzzles/xbomb/PRE_BUILD
new file mode 100755
index 0000000..4308ceb
--- /dev/null
+++ b/games-puzzles/xbomb/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd ${BUILD_DIRECTORY}/${SPELL}-${VERSION} &&
+sedit 's|CFLAGS=.*$||' Makefile &&
+sedit 's|XLIB=|XLIB=${LDFLAGS} |' Makefile &&
+sedit 's|INSTDIR=/usr/local|INSTDIR=${INSTALL_ROOT}/usr|' Makefile &&
+sedit 's|/bin$|/games|' Makefile &&
+sedit 's|/man/man6$|/share/man/man6|' Makefile &&
+sedit 's|/lib/app-defaults|/share/X11/app-defaults|' Makefile




Archive powered by MHonArc 2.6.24.

Top of Page