summaryrefslogtreecommitdiffstats
path: root/education/tuxtype
diff options
context:
space:
mode:
Diffstat (limited to 'education/tuxtype')
-rwxr-xr-xeducation/tuxtype/BUILD17
-rwxr-xr-xeducation/tuxtype/DEPENDS2
-rwxr-xr-xeducation/tuxtype/DETAILS22
-rw-r--r--education/tuxtype/HISTORY49
4 files changed, 90 insertions, 0 deletions
diff --git a/education/tuxtype/BUILD b/education/tuxtype/BUILD
new file mode 100755
index 0000000000..de5dbb06a6
--- /dev/null
+++ b/education/tuxtype/BUILD
@@ -0,0 +1,17 @@
+(
+I_DIR=${INSTALL_ROOT}/usr/share/games/$SPELL &&
+ ./configure --build=$BUILD \
+ --prefix=${INSTALL_ROOT}/usr/share/games \
+ --bindir=${INSTALL_ROOT}/usr/share/games \
+ $OPTS &&
+ make &&
+ prepare_install &&
+ make install
+echo -e "#!/bin/sh \n
+# Needed to make symlinks/shortcuts work. \n
+# the binaries must run with correct working directory \n
+cd "${I_DIR}" \n ./tuxtype \$* \n exit \$?" > ttype &&
+ mkdir -p ${INSTALL_ROOT}/usr/games &&
+install ttype ${INSTALL_ROOT}/usr/games/tuxtype
+
+) > $C_FIFO 2>&1
diff --git a/education/tuxtype/DEPENDS b/education/tuxtype/DEPENDS
new file mode 100755
index 0000000000..0934025201
--- /dev/null
+++ b/education/tuxtype/DEPENDS
@@ -0,0 +1,2 @@
+depends sdl_image &&
+depends sdl_mixer
diff --git a/education/tuxtype/DETAILS b/education/tuxtype/DETAILS
new file mode 100755
index 0000000000..bf8b4d9666
--- /dev/null
+++ b/education/tuxtype/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=tuxtype
+ VERSION=1.0.3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:5e925b17c829e35d65423066d5eab8d16aa0387770252b0e6913de610f97181bfcc005161278f6101f74e349edfc0a85ba0dbcdd96a68340067f2bd2c8132d46
+ WEB_SITE=http://tuxtype.sourceforge.net/
+ ENTERED=20020131
+ UPDATED=20020131
+ LICENSE[0]=GPL
+ BUILD_API=1
+ SHORT="tuxtype is a typing tutorial game starting Tux"
+cat << EOF
+TuxTyping is an educational typing tutorial game starring Tux, the
+Linux Penguin. The player guides Tux to eat fish which are falling
+from the top of the screen. Each fish has a letter or a word written
+on it. When the player presses the corresponding key, or types the
+appropriate word, Tux will position himself to eat the fish. The game
+is intended for children learning to type and to spell, though it
+does have higher difficulty levels which even experienced typists may
+find challenging.
+EOF
diff --git a/education/tuxtype/HISTORY b/education/tuxtype/HISTORY
new file mode 100644
index 0000000000..b62eccc0e5
--- /dev/null
+++ b/education/tuxtype/HISTORY
@@ -0,0 +1,49 @@
+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-08 hgg <hgreig@bigpond.net.au>
+ * BUILD: typo in last edit
+
+2003-11-28 hgg <hgreig@bigpond.net.au>
+ * BUILD: add mkdir -p /usr/games (bug 4792)
+
+2003-07-12 hgg <hgreig@bigpond.net.au>
+ * BUILD: Bug where configure doesn't set up data paths correctly, so script pointing to
+ installation is necessary
+
+2003-06-18 hgg <hgreig@bigpond.net.au>
+ * New Games grimoire is born!
+
+2003-05-26 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Website now hosted on SourceForge
+
+2003-05-19 hgg <hgreig@bigpond.net.au>
+ * BUILD: Update for ${INSTALL_ROOT}
+
+2003-04-19 Seth Woolley <seth@tautology.org>
+ * DETAILS: FUZZ fix .gz to .bz2
+
+2002-08-28 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated VERSION to 1.0.3
+
+2002-08-26 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated MAINTAINER
+
+2002-08-24 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated version to 1.0.2
+ Added MAINTAINER, MD5 and LICENSE
+ Changed SOURCE_URL to use $SOURCEFORGE_URL
+
+2002-05-11 David Pradier <pradierdavid@yahoo.fr>
+ * HISTORY: Added this History file.
+