summaryrefslogtreecommitdiffstats
path: root/games/xmoto
diff options
context:
space:
mode:
author Alex Word <alex_word86@yahoo.com>2011-01-23 23:43:20 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-01-30 09:14:30 -0600
commita647721d8cf5f21b2b3cec61691a38f5f9e26e38 (patch)
tree10fd7a1638c9e0cb03481be52997bc5fa65d16e5 /games/xmoto
parent018fadcc0f79fdbff56e7cd30b43e40b6cb14ec1 (diff)
downloadslackbuilds-a647721d8cf5f21b2b3cec61691a38f5f9e26e38.tar.gz
slackbuilds-a647721d8cf5f21b2b3cec61691a38f5f9e26e38.tar.xz
games/xmoto: Updated for version 0.5.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/xmoto')
-rw-r--r--games/xmoto/xmoto.SlackBuild17
-rw-r--r--games/xmoto/xmoto.info8
2 files changed, 9 insertions, 16 deletions
diff --git a/games/xmoto/xmoto.SlackBuild b/games/xmoto/xmoto.SlackBuild
index fe7b3ebdc7..cfc31098a4 100644
--- a/games/xmoto/xmoto.SlackBuild
+++ b/games/xmoto/xmoto.SlackBuild
@@ -1,17 +1,10 @@
#!/bin/sh
-## Written by hollywoodb (hollywoodb@fastmail.fm)
-
-## Feel free to use, modify, redistribute this script.
-## If you make changes please modify the "Written by"
-## so that I don't recieve emails about a script I
-## did not write. Thanks.
-
# Modified by the SlackBuilds.org project
-# Updated by Alex Word <alex_word86@yahoo.com>
+# Maintained by Alex Word <alex_word86@yahoo.com>
PRGNAM=xmoto
-VERSION=0.5.3
+VERSION=0.5.4
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -24,9 +17,9 @@ if [ -z "$ARCH" ]; then
fi
CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this
+TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp
+OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@@ -91,7 +84,7 @@ gzip -9 $PKG/usr/man/man?/*.?
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- ABOUT-NLS AUTHORS COPYING INSTALL NEWS README TODO ChangeLog \
+ AUTHORS COPYING INSTALL NEWS README TODO ChangeLog \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/games/xmoto/xmoto.info b/games/xmoto/xmoto.info
index 9e3ff36667..524f7c1655 100644
--- a/games/xmoto/xmoto.info
+++ b/games/xmoto/xmoto.info
@@ -1,10 +1,10 @@
PRGNAM="xmoto"
-VERSION="0.5.3"
+VERSION="0.5.4"
HOMEPAGE="http://xmoto.tuxfamily.org/"
-DOWNLOAD="http://download.tuxfamily.org/xmoto/xmoto/0.5.3/xmoto-0.5.3-src.tar.gz"
-MD5SUM="7505965c1c64c0080023c7ed6d5cfedd"
+DOWNLOAD="http://download.tuxfamily.org/xmoto/xmoto/0.5.4/xmoto-0.5.4-src.tar.gz"
+MD5SUM="57f7b435c735aa04cf08d4c41b30f244"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Alex Word"
EMAIL="alex_word86@yahoo.com"
-APPROVED="Erik Hanson"
+APPROVED="rworkman"