mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/SpaceCadetPinball: Updated for version 2.1.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
03d6652948
commit
28ad12d6ff
3 changed files with 5 additions and 10 deletions
|
@ -22,5 +22,3 @@ of the unzipped folder to /usr/share/SpaceCadetPinball.
|
|||
|
||||
"Space Cadet" copy CADET.DAT and the SOUND/ folder from the CADET/
|
||||
folder to /usr/share/SpaceCadetPinball.
|
||||
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=SpaceCadetPinball
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
SRCVER=${SRCVER:-Release_2.0.1}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
SRCVER=${SRCVER:-Release_2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -79,9 +79,6 @@ 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 {} \;
|
||||
|
||||
# Switch locations from absolute to relative
|
||||
sed -i "s|/Platform|Platform|g" CMakeLists.txt
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="SpaceCadetPinball"
|
||||
VERSION="2.0.1"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball"
|
||||
DOWNLOAD="https://github.com/k4zmu2a/SpaceCadetPinball/archive/refs/tags/Release_2.0.1/SpaceCadetPinball-Release_2.0.1.tar.gz"
|
||||
MD5SUM="157dbb531d4927cb5739d1e586af5741"
|
||||
DOWNLOAD="https://github.com/k4zmu2a/SpaceCadetPinball/archive/refs/tags/Release_2.1.0/SpaceCadetPinball-Release_2.1.0.tar.gz"
|
||||
MD5SUM="960c5599383360636eebc6f1acd970bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue