From 2ee8fc7b3bb7b2954ea7323fc096bfafd3fed57f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 31 May 2011 20:33:46 -0400 Subject: games/trackballs: Updated for version 1.1.4. Signed-off-by: dsomero --- games/trackballs/slack-desc | 6 +++--- games/trackballs/trackballs.SlackBuild | 9 +++++---- games/trackballs/trackballs.info | 8 ++++---- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'games') 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" -- cgit v1.2.3