From c3daedcb9fdedb72313cc7b110081c69b767a4ee Mon Sep 17 00:00:00 2001 From: Dale E. Edmons Date: Wed, 20 Feb 2008 21:59:52 -0800 Subject: Moved games/edutainment to test/education. --- education/gtypist/BUILD | 11 +++++++++++ education/gtypist/DETAILS | 18 ++++++++++++++++++ education/gtypist/HISTORY | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100755 education/gtypist/BUILD create mode 100755 education/gtypist/DETAILS create mode 100644 education/gtypist/HISTORY (limited to 'education/gtypist') diff --git a/education/gtypist/BUILD b/education/gtypist/BUILD new file mode 100755 index 0000000000..8b9418b634 --- /dev/null +++ b/education/gtypist/BUILD @@ -0,0 +1,11 @@ +( + + ./configure --prefix=${INSTALL_ROOT}/usr \ + --infodir=${INSTALL_ROOT}/usr/share/info \ + --mandir=${INSTALL_ROOT}/usr/share/man \ + $OPTS && + make && + prepare_install && + make install + +) > $C_FIFO 2>&1 diff --git a/education/gtypist/DETAILS b/education/gtypist/DETAILS new file mode 100755 index 0000000000..ab88e2d525 --- /dev/null +++ b/education/gtypist/DETAILS @@ -0,0 +1,18 @@ + SPELL=gtypist + VERSION=2.6.2 + SOURCE=$SPELL-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION + SOURCE_URL[0]=${GNU_URL}/$SPELL/$SOURCE + WEB_SITE=http://www.gnu.org/software/gtypist/ + ENTERED=20020410 + UPDATED=20020502 + SOURCE_HASH=sha512:f1e12f9a07633ddb9c3c1870bb4f4f67f7cb384c297dc0d6d006915fcc75a8cc2fb87c23e270bbaad757423441ea342281f7b9d5968a1ea8e7c52b5c67095b10 + LICENSE[0]=GPL + BUILD_API=1 + SHORT="GNU Typist is a console-based typing tutor" +cat << EOF +GNU Typist is an interactive typing tutor program. It uses an +input file to create a series of typing tutorials, drills, +and speed tests. It is intended to be used on raw terminals +without graphics. +EOF diff --git a/education/gtypist/HISTORY b/education/gtypist/HISTORY new file mode 100644 index 0000000000..27405d686e --- /dev/null +++ b/education/gtypist/HISTORY @@ -0,0 +1,34 @@ +2006-09-21 Andraž "ruskie" Levstik + * DETAILS: [automated] Removed MAINTAINER. + +2006-06-12 Arwed v. Merkatz + * DETAILS: inserted BUILD_API=1 line + +2005-12-01 Seth Woolley + * DETAILS: MD5 -> SHA512 + +2003-06-18 hgg + * New Games grimoire is born! + +2003-05-19 hgg + * Update for ${INSTALL_ROOT} + +2002-09-05 Arwed v. Merkatz + * New version: 2.6.2 + +2002-09-03 Arwed v. Merkatz + * added MD5 and LICENSE fields + * changed MAINTAINER + * changed SOURCE_URL to use GNU_URL + * New version: 2.6.1 + reverted back to 2.6 due to missing files in 2.6.1 + +2002-05-02 Jerome Zago + * New version: 2.6 + +2002-04-10 Jerome Zago + * New spell sent by Nathan Doss . + * Man and info pages now go into /usr/share/{info|man} (FHS + compliance). + * Added POST_BUILD to avoid the unnecessary 'gather_docs' step. + -- cgit v1.2.3