summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-10-05 06:05:11 +0200
committer Willy Sudiarto Raharjo2015-10-10 04:15:08 +0200
commitfd8234d369453b064d60d093f1704a55bf12624f (patch)
tree66988c056e001632c10f8568665d9c7528ceb9ac /games
parentf00bdb9a411208938770fab0cb972499423996d3 (diff)
downloadslackbuilds-fd8234d369453b064d60d093f1704a55bf12624f.tar.gz
games/tworld: Updated for version 1.3.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games')
-rw-r--r--games/tworld/tworld.SlackBuild14
-rw-r--r--games/tworld/tworld.info6
2 files changed, 10 insertions, 10 deletions
diff --git a/games/tworld/tworld.SlackBuild b/games/tworld/tworld.SlackBuild
index 4cb27229f9..b9f6625b2b 100644
--- a/games/tworld/tworld.SlackBuild
+++ b/games/tworld/tworld.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tworld
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014-2015 Dimitris Zlatanidis Greece-Orestiada
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tworld
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,7 +74,7 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--mandir=/usr/man \
- --datadir=/usr/share/games \
+ --datadir=/usr/share \
--build=$ARCH-slackware-linux
make
@@ -84,11 +84,11 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/bin \
$PKG/usr/man/man6 \
- $PKG/usr/share/games/$PRGNAM/{sets,data,res}
+ $PKG/usr/share/$PRGNAM/{sets,data,res}
install -D -m0755 tworld $PKG/usr/bin
-install -D -m0644 sets/* $PKG/usr/share/games/$PRGNAM/sets
-install -D -m0644 res/* $PKG/usr/share/games/$PRGNAM/res
-install -D -m0644 data/* $PKG/usr/share/games/$PRGNAM/data
+install -D -m0644 sets/* $PKG/usr/share/$PRGNAM/sets
+install -D -m0644 res/* $PKG/usr/share/$PRGNAM/res
+install -D -m0644 data/* $PKG/usr/share/$PRGNAM/data
mkdir -p $PKG/usr/share/applications
install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
diff --git a/games/tworld/tworld.info b/games/tworld/tworld.info
index e253f09edc..72bf24072b 100644
--- a/games/tworld/tworld.info
+++ b/games/tworld/tworld.info
@@ -1,8 +1,8 @@
PRGNAM="tworld"
-VERSION="1.3.0"
+VERSION="1.3.2"
HOMEPAGE="http://www.muppetlabs.com/~breadbox/software/tworld/"
-DOWNLOAD="http://www.muppetlabs.com/~breadbox/pub/software/tworld/tworld-1.3.0.tar.gz"
-MD5SUM="03a1f5e750562b6d47b8984bb1640ec0"
+DOWNLOAD="http://www.muppetlabs.com/~breadbox/pub/software/tworld/tworld-1.3.2.tar.gz"
+MD5SUM="d12e84f14f206068a1a4a025b07bb825"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""