games/hatari_tos_roms: Updated for version 20230107.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-01-07 13:16:45 -05:00 committed by Willy Sudiarto Raharjo
parent 9c9ce5d078
commit fc974592d7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 11 additions and 3 deletions

View file

@ -5,9 +5,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# The version number is just the date when the script was written. # The version number is just the date when this script was modified.
# The actual TOS ROM versions are 1.02, 1.04, 2.06 # The actual TOS ROM versions are 1.02, 1.04, 2.06
# 20230107 bkw: add missing doc dir. Include our own README since
# there otherwise isn't one.
# 20141029 bkw: fix missing : in VERSION BUILD TAG assignments # 20141029 bkw: fix missing : in VERSION BUILD TAG assignments
# 20140825 bkw: # 20140825 bkw:
@ -23,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hatari_tos_roms PRGNAM=hatari_tos_roms
VERSION=${VERSION:-20140825} VERSION=${VERSION:-20230107}
ARCH=noarch ARCH=noarch
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -60,6 +63,11 @@ mv tos104us.img tos-1.04-us.img
chown root:root * chown root:root *
chmod 644 * chmod 644 *
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC
cat $CWD/README > $PKGDOC/README
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
cat $CWD/slack-desc >$PKG/install/slack-desc cat $CWD/slack-desc >$PKG/install/slack-desc
cat $CWD/doinst.sh >$PKG/install/doinst.sh cat $CWD/doinst.sh >$PKG/install/doinst.sh

View file

@ -1,5 +1,5 @@
PRGNAM="hatari_tos_roms" PRGNAM="hatari_tos_roms"
VERSION="20140825" VERSION="20230107"
HOMEPAGE="http://steem.atari.st/index.htm" HOMEPAGE="http://steem.atari.st/index.htm"
DOWNLOAD="http://steem.atari.st/tos_uk.zip \ DOWNLOAD="http://steem.atari.st/tos_uk.zip \
http://steem.atari.st/tos_us.zip \ http://steem.atari.st/tos_us.zip \