mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/tmw: Updated for version 0.0.28.1
This commit is contained in:
parent
fdda1243b1
commit
83e64ec7fd
2 changed files with 6 additions and 10 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue