mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/tome4: Updated for version 1.2.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0a248464ee
commit
cc0105da10
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=tome4
|
||||
SRCNAM=t-engine4-src
|
||||
VERSION=${VERSION:-1.2.3}
|
||||
VERSION=${VERSION:-1.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -64,7 +64,7 @@ rm -rf $SRCNAM-$VERSION
|
|||
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
|
||||
cd $SRCNAM-$VERSION
|
||||
# extract icons
|
||||
unzip -oj -qq game/engines/te4-1.2.3.teae -d icons
|
||||
unzip -oj -qq game/engines/te4-${VERSION}.teae -d icons
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tome4"
|
||||
VERSION="1.2.3"
|
||||
VERSION="1.2.5"
|
||||
HOMEPAGE="http://te4.org/"
|
||||
DOWNLOAD="http://te4.org/dl/t-engine/t-engine4-src-1.2.3.tar.bz2"
|
||||
MD5SUM="7da642d54bf517e0e11714f46f7ce123"
|
||||
DOWNLOAD="http://te4.org/dl/t-engine/t-engine4-src-1.2.5.tar.bz2"
|
||||
MD5SUM="b6709f2053c46d91d3fa2e5611d30c36"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="premake SDL2_image SDL2_ttf OpenAL"
|
||||
|
|
Loading…
Reference in a new issue