From a3b8c0f9e0386c6b057d0ec44c596ce9f82a2a5b Mon Sep 17 00:00:00 2001 From: Martin Lefebvre Date: Tue, 11 May 2010 19:43:41 +0200 Subject: academic/gtypist: Updated for version 2.7 --- academic/gtypist/README | 1 - academic/gtypist/gtypist.SlackBuild | 4 ++-- academic/gtypist/gtypist.info | 2 +- academic/gtypist/slack-desc | 10 +++++++++- 4 files changed, 12 insertions(+), 5 deletions(-) (limited to 'academic/gtypist') diff --git a/academic/gtypist/README b/academic/gtypist/README index 47ad597dfe..959dd913fc 100644 --- a/academic/gtypist/README +++ b/academic/gtypist/README @@ -4,4 +4,3 @@ learning to type correctly. It is intended to be used on a raw terminal without graphics. It has been compiled and used in Unix (GNU/Linux, Aix, Solaris, openBSD) and also in DOS/Windows (DOS 6.22, Windows 98). - diff --git a/academic/gtypist/gtypist.SlackBuild b/academic/gtypist/gtypist.SlackBuild index 38fe85b6af..2f9dce5c7d 100644 --- a/academic/gtypist/gtypist.SlackBuild +++ b/academic/gtypist/gtypist.SlackBuild @@ -31,7 +31,7 @@ VERSION=2.7 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -64,7 +64,7 @@ make install-strip DESTDIR=$PKG ( cd $PKG/usr/man find . -type f -name '*.[1-9]' -exec gzip -9 {} \; - for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done ) gzip -9 $PKG/usr/info/*.info diff --git a/academic/gtypist/gtypist.info b/academic/gtypist/gtypist.info index 464ba7da19..ade21d88f3 100644 --- a/academic/gtypist/gtypist.info +++ b/academic/gtypist/gtypist.info @@ -5,4 +5,4 @@ DOWNLOAD="ftp://ftp.gnu.org/gnu/gtypist/gtypist-2.7.tar.bz2" MD5SUM="200d42de9a0070866d88116112370f0a" MAINTAINER="Martin Lefebvre" EMAIL="dadexter@gmail.com" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/academic/gtypist/slack-desc b/academic/gtypist/slack-desc index 1038ba46e9..22f24b0230 100644 --- a/academic/gtypist/slack-desc +++ b/academic/gtypist/slack-desc @@ -1,4 +1,12 @@ -gtypist: GNU Typist - Typing Tutor +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gtypist: GNU Typist (Typing Tutor) gtypist: gtypist: GNU Typist (or gtypist) is free software that assists you in gtypist: learning to type correctly. -- cgit v1.2.3