Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (182ceac6ffe5c8b229395fb3b6732ee04bd0d374)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (182ceac6ffe5c8b229395fb3b6732ee04bd0d374)
  • Date: Sun, 12 Apr 2009 22:46:16 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

education/tuxmath/BUILD | 12 +-----------
education/tuxmath/DETAILS | 3 +--
education/tuxmath/HISTORY | 5 +++++
education/tuxmath/INSTALL | 2 ++
education/tuxmath/PRE_BUILD | 4 ++++
5 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 182ceac6ffe5c8b229395fb3b6732ee04bd0d374
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tuxmath: Switch from build api 1 to 2

diff --git a/education/tuxmath/BUILD b/education/tuxmath/BUILD
index 320f996..8f58e6d 100755
--- a/education/tuxmath/BUILD
+++ b/education/tuxmath/BUILD
@@ -1,11 +1 @@
-(
-
- sedit "s:/local::" Makefile
- sedit "s/-O2/$CFLAGS/" Makefile
- sedit "s:/usr/bin/:/usr/games/:" Makefile
- make &&
- prepare_install &&
- mkdir -p ${INSTALL_ROOT}/usr/games &&
- make install
-
-) > $C_FIFO 2>&1
+make
diff --git a/education/tuxmath/DETAILS b/education/tuxmath/DETAILS
index 864200e..fd13825 100755
--- a/education/tuxmath/DETAILS
+++ b/education/tuxmath/DETAILS
@@ -4,11 +4,10 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE

SOURCE_HASH=sha512:04ce6e7458f7b1a5c7e0c2e2700d89e6f4fafbbcc5452a04e474207b9d402e53cd989816eb795f5496aa5b6ea55c3262adb5e108cf4c7e4050aeae2d6c76648a
- WEB_SITE=http://www.geekcomix.com/dm/tuxmath/
+ WEB_SITE=http://tux4kids.alioth.debian.org/
ENTERED=20020131
UPDATED=20020131
LICENSE[0]=GPL
- BUILD_API=1
SHORT="tuxmath is a game where you do math fast or watch your
city get blasted."
cat << EOF
"Tux, of Math Command" is an educational math tutorial game for
diff --git a/education/tuxmath/HISTORY b/education/tuxmath/HISTORY
index 14b26df..f609b43 100644
--- a/education/tuxmath/HISTORY
+++ b/education/tuxmath/HISTORY
@@ -1,3 +1,8 @@
+2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: WEB_SITE changed to http://tux4kids.alioth.debian.org/
+ Removed BUILD_API=1
+ * BUILD,INSTALL: Split into build_api 2
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/education/tuxmath/INSTALL b/education/tuxmath/INSTALL
new file mode 100755
index 0000000..717f3b2
--- /dev/null
+++ b/education/tuxmath/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p ${INSTALL_ROOT}/usr/games &&
+default_install
diff --git a/education/tuxmath/PRE_BUILD b/education/tuxmath/PRE_BUILD
new file mode 100755
index 0000000..30408e3
--- /dev/null
+++ b/education/tuxmath/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+sedit "s:/local::" $SOURCE_DIRECTORY/Makefile &&
+sedit "s/-O2/$CFLAGS/" $SOURCE_DIRECTORY/Makefile &&
+sedit "s:/usr/bin/:/usr/games/:" $SOURCE_DIRECTORY/Makefile



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (182ceac6ffe5c8b229395fb3b6732ee04bd0d374), Eric Sandall, 04/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page