summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2010-07-03 06:05:13 +0200
committer Erik Hanson2010-07-03 06:05:13 +0200
commitfa8e13b34effa4a1dc8f546d618c8af2a46083fc (patch)
tree858e5677225eb3d3307ae31646536e352735a81a
parentf346684801a95c92ea114069e39ef826aa1e04f8 (diff)
downloadslackbuilds-fa8e13b34effa4a1dc8f546d618c8af2a46083fc.tar.gz
games/wormux: Updated for version 0.9.2.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--games/wormux/wormux.SlackBuild10
-rw-r--r--games/wormux/wormux.info6
2 files changed, 6 insertions, 10 deletions
diff --git a/games/wormux/wormux.SlackBuild b/games/wormux/wormux.SlackBuild
index 65ccf1c989..c9aa028713 100644
--- a/games/wormux/wormux.SlackBuild
+++ b/games/wormux/wormux.SlackBuild
@@ -26,16 +26,14 @@
# Modified by the SlackBuilds.org project
PRGNAM=wormux
-VERSION=0.8.5
+VERSION=0.9.2.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -90,10 +88,8 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/games/wormux/wormux.info b/games/wormux/wormux.info
index 9c09436d80..c47b57391a 100644
--- a/games/wormux/wormux.info
+++ b/games/wormux/wormux.info
@@ -1,8 +1,8 @@
PRGNAM="wormux"
-VERSION="0.8.5"
+VERSION="0.9.2.1"
HOMEPAGE="http://wormux.org/wiki/en/index.php"
-DOWNLOAD="http://download.gna.org/wormux/wormux-0.8.5.tar.bz2"
-MD5SUM="e349893a46ece08533f4e393c82adeef"
+DOWNLOAD="http://download.gna.org/wormux/wormux-0.9.2.1.tar.bz2"
+MD5SUM="e49621b9b4ac7c8d1b11657989df61db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"