mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/CorsixTH: Updated for version 0.66.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f3095188a
commit
d0e81cd19c
3 changed files with 11 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for CorsixTH
|
||||
|
||||
# Copyright 2019-2020 Nick Smallbone, Gothenburg, Sweden
|
||||
# Copyright 2019-2022 Nick Smallbone, Gothenburg, Sweden
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,14 +22,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20210217 bkw: modified by SlackBuilds.org: build would fail if both
|
||||
# lua and lua52 (or lua53) were installed. The fix is to force cmake
|
||||
# to use the libraries from lua (version 5.1.5).
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=CorsixTH
|
||||
VERSION=${VERSION:-0.63}
|
||||
VERSION=${VERSION:-0.66}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -83,6 +79,9 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Thanks to Ben Watson for the following fix:
|
||||
# "build would fail if both lua and lua52 (or lua53) were installed.
|
||||
# The fix is to force cmake to use the libraries from lua (version 5.1.5)."
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="CorsixTH"
|
||||
VERSION="0.63"
|
||||
VERSION="0.66"
|
||||
HOMEPAGE="http://corsixth.com"
|
||||
DOWNLOAD="https://github.com/CorsixTH/CorsixTH/archive/v0.63/CorsixTH-0.63.tar.gz"
|
||||
MD5SUM="83b0787a0fb2a19eea45b069e023d844"
|
||||
DOWNLOAD="https://github.com/CorsixTH/CorsixTH/archive/v0.66/CorsixTH-0.66.tar.gz"
|
||||
MD5SUM="cc66cebaa183318429d5845a1843b99e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
REQUIRES="lua lua-filesystem lua-lpeg"
|
||||
MAINTAINER="Nick Smallbone"
|
||||
EMAIL="nick@smallbone.se"
|
||||
|
|
|
@ -13,7 +13,7 @@ CorsixTH: It requires the original Theme Hospital data files in order to run. If
|
|||
CorsixTH: you don't have Theme Hospital, you can buy it on GOG, or find the free
|
||||
CorsixTH: demo version.
|
||||
CorsixTH:
|
||||
CorsixTH: NOTE: To get music in-game, you need the fluidsynth and
|
||||
CorsixTH: fluid-soundfont packages.
|
||||
CorsixTH: NOTE: To get music in-game, you need the fluid-soundfont package.
|
||||
CorsixTH:
|
||||
CorsixTH: Home page: http://corsixth.com
|
||||
CorsixTH:
|
||||
|
|
Loading…
Reference in a new issue