mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/mrboom: Updated for version 5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
01d523ea19
commit
debae081f7
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mrboom
|
||||
|
||||
# Copyright 2017-2022 Thibaut Notteboom, Paris, FRANCE
|
||||
# Copyright 2017-2023 Thibaut Notteboom, Paris, FRANCE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mrboom
|
||||
VERSION=${VERSION:-5.2}
|
||||
VERSION=${VERSION:-5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -58,6 +58,9 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
elif [ "$ARCH" = "aarch64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mrboom"
|
||||
VERSION="5.2"
|
||||
VERSION="5.3"
|
||||
HOMEPAGE="http://mrboom.mumblecore.org/"
|
||||
DOWNLOAD="https://github.com/Javanaise/mrboom-libretro/releases/download/5.2/MrBoom-src-5.2.tar.gz"
|
||||
MD5SUM="5ce669d236a0f14166918caf9f5cc04d"
|
||||
DOWNLOAD="https://github.com/Javanaise/mrboom-libretro/releases/download/5.3/MrBoom-src-5.3.tar.gz"
|
||||
MD5SUM="8086dfc7f26318419d717a27f01caa65"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmodplug libminizip"
|
||||
|
|
Loading…
Reference in a new issue