games/colem: Updated for version 5.6.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-10-04 22:54:36 -04:00 committed by Willy Sudiarto Raharjo
parent d21c5ec172
commit a0d4014c49
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 9 deletions

View File

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20211004 bkw: updated for 5.6.
# 20210220 bkw: updated for 5.5.
# 20201026 bkw:
# - updated for 5.4.
@ -66,7 +67,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=colem
VERSION=${VERSION:-5.5}
VERSION=${VERSION:-5.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -79,9 +80,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -130,7 +128,7 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
sed -i "s/-O2/$SLKCFLAGS/" EMULib/Rules.gcc
sed -i "s/-O2/$SLKCFLAGS -fcommon/" EMULib/Rules.gcc
# Make the emulator look in /usr/share/colem and ~/.colem for the
# system ROMs, as well as the current directory. Without this, it's

View File

@ -1,8 +1,8 @@
PRGNAM="colem"
VERSION="5.5"
HOMEPAGE="http://fms.komkon.org/ColEm/"
DOWNLOAD="https://slackware.uk/~urchlay/src/ColEm55-Source.zip"
MD5SUM="1c643fb1ed3f1f7514b04ff9e61b2bbd"
VERSION="5.6"
HOMEPAGE="https://fms.komkon.org/ColEm/"
DOWNLOAD="https://slackware.uk/~urchlay/src/ColEm56-Source.zip"
MD5SUM="8b152a5226f1994216277ff85e521741"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""