summaryrefslogtreecommitdiffstats
path: root/games/trackballs
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2011-05-31 20:33:46 -0400
committer Robby Workman <rworkman@slackbuilds.org>2011-06-13 01:31:21 -0400
commit2ee8fc7b3bb7b2954ea7323fc096bfafd3fed57f (patch)
tree022545baac20318918062b0559d80450bf6a99fe /games/trackballs
parentdc74dbb8ca168985367fcd791b29a8df0b651ed3 (diff)
downloadslackbuilds-2ee8fc7b3bb7b2954ea7323fc096bfafd3fed57f.tar.gz
slackbuilds-2ee8fc7b3bb7b2954ea7323fc096bfafd3fed57f.tar.xz
games/trackballs: Updated for version 1.1.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/trackballs')
-rw-r--r--games/trackballs/slack-desc6
-rw-r--r--games/trackballs/trackballs.SlackBuild9
-rw-r--r--games/trackballs/trackballs.info8
3 files changed, 12 insertions, 11 deletions
diff --git a/games/trackballs/slack-desc b/games/trackballs/slack-desc
index 55a105082f..e8f2b5d74a 100644
--- a/games/trackballs/slack-desc
+++ b/games/trackballs/slack-desc
@@ -11,9 +11,9 @@ trackballs:
trackballs: Trackballs is a marble game inspired by the 80's Atari classic
trackballs: Marble Madness.
trackballs:
-trackballs: By steering a marble ball through a labyrinth filled with sharp
-trackballs: objects, pools of acid, and other obstacles the player collects
-trackballs: points. When the destination is reached you continue on to the
+trackballs: By steering a marble ball through a labyrinth filled with sharp
+trackballs: objects, pools of acid, and other obstacles the player collects
+trackballs: points. When the destination is reached you continue on to the
trackballs: next, more difficult level. - unless the time runs out.
trackballs:
trackballs:
diff --git a/games/trackballs/trackballs.SlackBuild b/games/trackballs/trackballs.SlackBuild
index a116cc9c16..2f846b94ef 100644
--- a/games/trackballs/trackballs.SlackBuild
+++ b/games/trackballs/trackballs.SlackBuild
@@ -5,7 +5,7 @@
# Written by B. Watson (yalhcru@gmail.com)
PRGNAM=trackballs
-VERSION=${VERSION:-1.1.2}
+VERSION=${VERSION:-1.1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,10 +71,11 @@ make install-strip DESTDIR=$PKG
gzip $PKG/usr/man/man6/$PRGNAM.6
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
cp -a \
- README README.html AUTHORS COPYING ChangeLog FAQ TODO *.jpg \
+ README AUTHORS COPYING ChangeLog FAQ TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
+cp -a docs/*.html $PKG/usr/doc/$PRGNAM-$VERSION/html
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/usr/share/applications
@@ -88,7 +89,7 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
# Include the music, if we find the music tarball
-MUSICFILE=$CWD/$PRGNAM-music-${MUSICVER}.tar.${MUSICEXT}
+MUSICFILE=$CWD/$PRGNAM-music-${MUSICVER}.tar.${MUSICEXT}
if [ -e "$MUSICFILE" ]; then
tar xvf "$MUSICFILE"
chown root:root $PRGNAM-music/*.ogg
diff --git a/games/trackballs/trackballs.info b/games/trackballs/trackballs.info
index 9a50dc2054..1f244c88d0 100644
--- a/games/trackballs/trackballs.info
+++ b/games/trackballs/trackballs.info
@@ -1,10 +1,10 @@
PRGNAM="trackballs"
-VERSION="1.1.2"
+VERSION="1.1.4"
HOMEPAGE="http://trackballs.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/trackballs/trackballs-1.1.2.tar.gz"
-MD5SUM="9ea9ca93d87bb0f9ad8abca1b34af594"
+DOWNLOAD="http://downloads.sourceforge.net/trackballs/trackballs-1.1.4.tar.gz"
+MD5SUM="84e2e8bb68842a636da91673751279a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"