diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-07-02 23:05:13 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-02 23:05:13 -0500 |
commit | fa8e13b34effa4a1dc8f546d618c8af2a46083fc (patch) | |
tree | 858e5677225eb3d3307ae31646536e352735a81a /games/wormux | |
parent | f346684801a95c92ea114069e39ef826aa1e04f8 (diff) | |
download | slackbuilds-fa8e13b34effa4a1dc8f546d618c8af2a46083fc.tar.gz |
games/wormux: Updated for version 0.9.2.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/wormux')
-rw-r--r-- | games/wormux/wormux.SlackBuild | 10 | ||||
-rw-r--r-- | games/wormux/wormux.info | 6 |
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" |