summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Andrew Conway <mcnalu@mcnalu.net>2014-10-01 15:09:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-03 10:16:57 +0700
commite2e00e815a681ba20a1ef151cce38f8115b299cf (patch)
tree035a64c4d182110001d9e0e617cddae8c5018b6a /games
parent83590076c79a2e4bc868310cc44fb86e034dc5b8 (diff)
downloadslackbuilds-e2e00e815a681ba20a1ef151cce38f8115b299cf.tar.gz
slackbuilds-e2e00e815a681ba20a1ef151cce38f8115b299cf.tar.xz
games/voxelands: Updated for version 1409.00.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/voxelands/README2
-rw-r--r--games/voxelands/voxelands.SlackBuild8
-rw-r--r--games/voxelands/voxelands.info6
3 files changed, 10 insertions, 6 deletions
diff --git a/games/voxelands/README b/games/voxelands/README
index 03d59ba4c7..ad5227cc0c 100644
--- a/games/voxelands/README
+++ b/games/voxelands/README
@@ -1,6 +1,6 @@
Voxelands is an infinite-world block sandbox game and a game engine,
forked from minetest, inspired by InfiniMiner, Minecraft and the like.
It is Free and Open Source Software, released under the GPL 3 or later.
-available for Windows, Mac OS X and Linux. Voxelands differs from mintest
+available for Windows, Mac OS X and Linux. Voxelands differs from minetest
in that it does not have advanced support for mods, but instead aims to offer
a more immediately playable, efficient and balanced game.
diff --git a/games/voxelands/voxelands.SlackBuild b/games/voxelands/voxelands.SlackBuild
index 6d477a4e93..9231c6fb48 100644
--- a/games/voxelands/voxelands.SlackBuild
+++ b/games/voxelands/voxelands.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=voxelands
-VERSION=${VERSION:-1408.00}
+VERSION=${VERSION:-1409.00}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM
tar xf $CWD/$PRGNAM-$VERSION-src.tar.bz2
cd $PRGNAM
chown -R root:root .
@@ -82,6 +82,10 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+mv $PKG/usr/share/man $PKG/usr
+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 README.txt doc/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/games/voxelands/voxelands.info b/games/voxelands/voxelands.info
index adaf45b91c..854804a6d3 100644
--- a/games/voxelands/voxelands.info
+++ b/games/voxelands/voxelands.info
@@ -1,8 +1,8 @@
PRGNAM="voxelands"
-VERSION="1408.00"
+VERSION="1409.00"
HOMEPAGE="http://voxelands.com/"
-DOWNLOAD="http://www.voxelands.com/downloads/voxelands-1408.00-src.tar.bz2"
-MD5SUM="ec2bd1b9c4e6b0c9844c7a0501e15b2e"
+DOWNLOAD="http://www.voxelands.com/downloads/voxelands-1409.00-src.tar.bz2"
+MD5SUM="e84a66aeb11015cd7dfc0f87ae0ae418"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenAL irrlicht"