summaryrefslogtreecommitdiffstats
path: root/education/gtypist
diff options
context:
space:
mode:
Diffstat (limited to 'education/gtypist')
-rwxr-xr-xeducation/gtypist/BUILD11
-rwxr-xr-xeducation/gtypist/DETAILS18
-rw-r--r--education/gtypist/HISTORY34
3 files changed, 63 insertions, 0 deletions
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 <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
+
+2003-06-18 hgg <hgreig@bigpond.net.au>
+ * New Games grimoire is born!
+
+2003-05-19 hgg <hgreig@bigpond.net.au>
+ * Update for ${INSTALL_ROOT}
+
+2002-09-05 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * New version: 2.6.2
+
+2002-09-03 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * 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 <jerome.zago@insalien.org>
+ * New version: 2.6
+
+2002-04-10 Jerome Zago <jerome.zago@insalien.org>
+ * New spell sent by Nathan Doss <ndoss@mtlaurel.org>.
+ * Man and info pages now go into /usr/share/{info|man} (FHS
+ compliance).
+ * Added POST_BUILD to avoid the unnecessary 'gather_docs' step.
+