summaryrefslogtreecommitdiffstats
path: root/education/tuxmath
diff options
context:
space:
mode:
Diffstat (limited to 'education/tuxmath')
-rwxr-xr-xeducation/tuxmath/BUILD11
-rwxr-xr-xeducation/tuxmath/DEPENDS2
-rwxr-xr-xeducation/tuxmath/DETAILS18
-rw-r--r--education/tuxmath/HISTORY28
4 files changed, 59 insertions, 0 deletions
diff --git a/education/tuxmath/BUILD b/education/tuxmath/BUILD
new file mode 100755
index 0000000000..320f996d45
--- /dev/null
+++ b/education/tuxmath/BUILD
@@ -0,0 +1,11 @@
+(
+
+ 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
diff --git a/education/tuxmath/DEPENDS b/education/tuxmath/DEPENDS
new file mode 100755
index 0000000000..0934025201
--- /dev/null
+++ b/education/tuxmath/DEPENDS
@@ -0,0 +1,2 @@
+depends sdl_image &&
+depends sdl_mixer
diff --git a/education/tuxmath/DETAILS b/education/tuxmath/DETAILS
new file mode 100755
index 0000000000..864200ef01
--- /dev/null
+++ b/education/tuxmath/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=tuxmath
+ VERSION=2001.09.07-0102
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:04ce6e7458f7b1a5c7e0c2e2700d89e6f4fafbbcc5452a04e474207b9d402e53cd989816eb795f5496aa5b6ea55c3262adb5e108cf4c7e4050aeae2d6c76648a
+ WEB_SITE=http://www.geekcomix.com/dm/tuxmath/
+ 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
+elementary school level children. Like so many other Linux games, it
+stars Tux, the Linux Penguin. Players must answer math equations to
+shoot down comets which are falling towards their cities.
+EOF
diff --git a/education/tuxmath/HISTORY b/education/tuxmath/HISTORY
new file mode 100644
index 0000000000..14b26df44f
--- /dev/null
+++ b/education/tuxmath/HISTORY
@@ -0,0 +1,28 @@
+2006-09-21 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: [automated] Removed MAINTAINER.
+
+2006-06-12 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: inserted BUILD_API=1 line
+
+2005-12-01 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-08-03 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: SDL_image and SDL_mixer renamed to sdl*
+ Removed SDL as the above depend on sdl
+
+2003-12-07 hgg <hgreig@bigpond.net.au>
+ * BUILD: add /usr/games before install
+
+2003-06-18 hgg <hgreig@bigpond.net.au>
+ * New Games grimoire is born!
+
+2002-10-19 Eric Sandall <sandalle@sourcemage.org>
+ * Fixed Bug #1417
+
+2002-08-26 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated/added MAINTAINER, MD5, LICENSE
+
+2002-05-11 David Pradier <pradierdavid@yahoo.fr>
+ * Added this History file.
+