games/trackballs: Updated for version 1.1.4.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
B. Watson 2011-05-31 20:33:46 -04:00 committed by Robby Workman
parent dc74dbb8ca
commit 2ee8fc7b3b
3 changed files with 12 additions and 11 deletions

View File

@ -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:

View File

@ -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

View File

@ -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"