New commits:
commit ee6dfc0b8c1d7d28b6056080ead0fba39a501c96
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
tuxmath: Updated to 1.7.2
diff --git a/education/tuxmath/BUILD b/education/tuxmath/BUILD
index 8f58e6d..8f9c1e7 100755
--- a/education/tuxmath/BUILD
+++ b/education/tuxmath/BUILD
@@ -1 +1,4 @@
-make
+OPTS="$OPTS --bindir=${INSTALL_ROOT}/usr/games \
+ --datadir=${INSTALL_ROOT}/usr/share/games \
+ --localstatedir=${INSTALL_ROOT}/var/games" &&
+default_build
diff --git a/education/tuxmath/DEPENDS b/education/tuxmath/DEPENDS
index 0934025..8c48e25 100755
--- a/education/tuxmath/DEPENDS
+++ b/education/tuxmath/DEPENDS
@@ -1,2 +1,4 @@
+depends sdl &&
depends sdl_image &&
-depends sdl_mixer
+depends sdl_mixer &&
+depends sdl_pango
diff --git a/education/tuxmath/DETAILS b/education/tuxmath/DETAILS
index fd13825..e3be671 100755
--- a/education/tuxmath/DETAILS
+++ b/education/tuxmath/DETAILS
@@ -1,12 +1,12 @@
SPELL=tuxmath
- VERSION=2001.09.07-0102
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ VERSION=1.7.2
+ SOURCE=${SPELL}_w_fonts-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_w_fonts-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:04ce6e7458f7b1a5c7e0c2e2700d89e6f4fafbbcc5452a04e474207b9d402e53cd989816eb795f5496aa5b6ea55c3262adb5e108cf4c7e4050aeae2d6c76648a
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+#
SOURCE_HASH=sha512:04ce6e7458f7b1a5c7e0c2e2700d89e6f4fafbbcc5452a04e474207b9d402e53cd989816eb795f5496aa5b6ea55c3262adb5e108cf4c7e4050aeae2d6c76648a
WEB_SITE=http://tux4kids.alioth.debian.org/
ENTERED=20020131
- UPDATED=20020131
LICENSE[0]=GPL
SHORT="tuxmath is a game where you do math fast or watch your
city get blasted."
cat << EOF
diff --git a/education/tuxmath/HISTORY b/education/tuxmath/HISTORY
index f609b43..474d45f 100644
--- a/education/tuxmath/HISTORY
+++ b/education/tuxmath/HISTORY
@@ -1,7 +1,12 @@
2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: WEB_SITE changed to http://tux4kids.alioth.debian.org/
Removed BUILD_API=1
+ Updated to 1.7.2
+ Remove UPDATED
+ * PRE_BUILD: Remove, unneeded
* BUILD,INSTALL: Split into build_api 2
+ Build using default_games_build code
+ * DEPENDS: Depends on sdl and sdl_pango