summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-12 17:39:37 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:39:37 +0200
commit83e64ec7fd5c06b56f3af5a0d855576105d21a89 (patch)
treea9ba5000d36e1019f63507836756dd2d05d0bc4e /games
parentfdda1243b1f0b2b0fb4ea5beaf557e2f8a851e7a (diff)
downloadslackbuilds-83e64ec7fd5c06b56f3af5a0d855576105d21a89.tar.gz
slackbuilds-83e64ec7fd5c06b56f3af5a0d855576105d21a89.tar.xz
games/tmw: Updated for version 0.0.28.1
Diffstat (limited to 'games')
-rw-r--r--games/tmw/tmw.SlackBuild8
-rw-r--r--games/tmw/tmw.info8
2 files changed, 6 insertions, 10 deletions
diff --git a/games/tmw/tmw.SlackBuild b/games/tmw/tmw.SlackBuild
index 068bf58950..bbc305fa7f 100644
--- a/games/tmw/tmw.SlackBuild
+++ b/games/tmw/tmw.SlackBuild
@@ -4,7 +4,7 @@
# Written by Erik Hanson erik@slackbuilds.org
PRGNAM=tmw
-VERSION=0.0.26
+VERSION=0.0.28.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -31,11 +31,7 @@ rm -rf $PRGNAM-$VERSION
tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/games/tmw/tmw.info b/games/tmw/tmw.info
index 60e5b984bb..001ebc979d 100644
--- a/games/tmw/tmw.info
+++ b/games/tmw/tmw.info
@@ -1,8 +1,8 @@
PRGNAM="tmw"
-VERSION="0.0.26"
+VERSION="0.0.28.1"
HOMEPAGE="http://themanaworld.org/"
-DOWNLOAD="http://downloads.sourceforge.net/themanaworld/tmw-0.0.26.tar.gz"
-MD5SUM="ac8fcc3445f44c08f7f836845dc88948"
+DOWNLOAD="http://downloads.sourceforge.net/themanaworld/tmw-0.0.28.1.tar.gz"
+MD5SUM="d92b06bb580df72587a668f97b8fd6a7"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
-APPROVED="rworkman"
+APPROVED="dsomero"