summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Frank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-11 19:43:43 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 19:43:43 +0200
commita33f39e825b9c1f97deee8353a1c50f0b17ff0fb (patch)
treea6546a6c481bfb12cc1b53610986a8999f3dc9b0
parent976bf59bbb19820a06c27e4e106475e3c1b962a3 (diff)
downloadslackbuilds-a33f39e825b9c1f97deee8353a1c50f0b17ff0fb.tar.gz
slackbuilds-a33f39e825b9c1f97deee8353a1c50f0b17ff0fb.tar.xz
academic/tuxtype2: Updated for version 1.5.3
-rw-r--r--academic/tuxtype2/slack-desc8
-rw-r--r--academic/tuxtype2/tuxtype2.SlackBuild5
-rw-r--r--academic/tuxtype2/tuxtype2.info4
3 files changed, 12 insertions, 5 deletions
diff --git a/academic/tuxtype2/slack-desc b/academic/tuxtype2/slack-desc
index b5b80bc55e..41bd6b5046 100644
--- a/academic/tuxtype2/slack-desc
+++ b/academic/tuxtype2/slack-desc
@@ -1,3 +1,11 @@
+# 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------------------------------------------------------|
tuxtype2: Tux Typing 2 (Educational Typing Tutor)
tuxtype2:
tuxtype2: "Tux Typing" is an educational typing tutor for children. It
diff --git a/academic/tuxtype2/tuxtype2.SlackBuild b/academic/tuxtype2/tuxtype2.SlackBuild
index 9e86de7816..9e570f66b1 100644
--- a/academic/tuxtype2/tuxtype2.SlackBuild
+++ b/academic/tuxtype2/tuxtype2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Tux Typing 2
-# Copyright 2007 MagicMan <MagicMan07@bluebottle.com>
+# Copyright 2007 Frank Caraballo - fecaraballo[AT]gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -34,7 +34,7 @@ VERSION=1.5.3
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -51,7 +51,6 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -xvf $CWD/$PRGNAM-$VERSION.tar.* || exit 1
cd $PRGNAM-$VERSION || exit 1
-
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
diff --git a/academic/tuxtype2/tuxtype2.info b/academic/tuxtype2/tuxtype2.info
index 2c6b574a81..9b080fbfd9 100644
--- a/academic/tuxtype2/tuxtype2.info
+++ b/academic/tuxtype2/tuxtype2.info
@@ -3,6 +3,6 @@ VERSION="1.5.3"
HOMEPAGE="http://tuxtype.sourceforge.net/"
DOWNLOAD="http://dl.sourceforge.net/tuxtype/tuxtype2-1.5.3.tar.bz2"
MD5SUM="ca04e65d3b19ddeeedb8a49147ed642b"
-MAINTAINER="MagicMan"
-EMAIL="MagicMan07@bluebottle.com"
+MAINTAINER="Frank Caraballo"
+EMAIL="fecaraballo{at}gmail{dot}com"
APPROVED="BP{k}"