mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/vcmi: Updated for version 1.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d41126951c
commit
cf1822909b
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vcmi
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -101,7 +101,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog* README* license* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/README.GameData > $PKG/usr/doc/$PRGNAM-$VERSION/README.GameData
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vcmi"
|
||||
VERSION="1.1.1"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://forum.vcmi.eu/portal.php"
|
||||
DOWNLOAD="https://github.com/vcmi/vcmi/archive/1.1.1/vcmi-1.1.1.tar.gz"
|
||||
MD5SUM="aa47d9b36519d21ba72a40ef5b6ff274"
|
||||
DOWNLOAD="https://github.com/vcmi/vcmi/archive/1.2.0/vcmi-1.2.0.tar.gz"
|
||||
MD5SUM="30b47a421e912ab9651de69fac89abdf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fuzzylite libminizip tbb luajit"
|
||||
|
|
Loading…
Reference in a new issue