games/stella: Updated for version 6.7.1.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-02-13 08:30:15 -05:00 committed by Willy Sudiarto Raharjo
parent 069e3f3b73
commit 4367ce7760
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -8,6 +8,7 @@
# Now maintained by B. Watson <urchlay@slackware.uk>
# 20240213 bkw: update for v6.7.1.
# 20230109 bkw: update for v6.7.
# 20220610 bkw: update for v6.6, fix doc permissions.
@ -59,7 +60,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=stella
VERSION=${VERSION:-6.7}
VERSION=${VERSION:-6.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -83,16 +84,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e

View file

@ -1,8 +1,8 @@
PRGNAM="stella"
VERSION="6.7"
VERSION="6.7.1"
HOMEPAGE="https://stella-emu.github.io/"
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.7/stella-6.7-src.tar.xz"
MD5SUM="b8bff4765abf07532fc67ec0c911398f"
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.7.1/stella-6.7.1-src.tar.xz"
MD5SUM="335a58bc7692ac65c75bba9d9ec80eab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""