summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-07 13:16:45 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:17 +0700
commitfc974592d714e178fb3711e34c4023b293149544 (patch)
treee9e561ab79e11a925e13b27ad0cfcfcbbdb0162c /games
parent9c9ce5d0784e7a7e2e76b4dc4567a03cb7398c09 (diff)
downloadslackbuilds-fc974592d714e178fb3711e34c4023b293149544.tar.gz
slackbuilds-fc974592d714e178fb3711e34c4023b293149544.tar.xz
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>
Diffstat (limited to 'games')
-rw-r--r--games/hatari_tos_roms/hatari_tos_roms.SlackBuild12
-rw-r--r--games/hatari_tos_roms/hatari_tos_roms.info2
2 files changed, 11 insertions, 3 deletions
diff --git a/games/hatari_tos_roms/hatari_tos_roms.SlackBuild b/games/hatari_tos_roms/hatari_tos_roms.SlackBuild
index d4518a5960..be4e7be390 100644
--- a/games/hatari_tos_roms/hatari_tos_roms.SlackBuild
+++ b/games/hatari_tos_roms/hatari_tos_roms.SlackBuild
@@ -5,9 +5,12 @@
# 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
+# 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
# 20140825 bkw:
@@ -23,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hatari_tos_roms
-VERSION=${VERSION:-20140825}
+VERSION=${VERSION:-20230107}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,6 +63,11 @@ mv tos104us.img tos-1.04-us.img
chown root:root *
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/doinst.sh >$PKG/install/doinst.sh
diff --git a/games/hatari_tos_roms/hatari_tos_roms.info b/games/hatari_tos_roms/hatari_tos_roms.info
index be7af4e8db..c565a0a78d 100644
--- a/games/hatari_tos_roms/hatari_tos_roms.info
+++ b/games/hatari_tos_roms/hatari_tos_roms.info
@@ -1,5 +1,5 @@
PRGNAM="hatari_tos_roms"
-VERSION="20140825"
+VERSION="20230107"
HOMEPAGE="http://steem.atari.st/index.htm"
DOWNLOAD="http://steem.atari.st/tos_uk.zip \
http://steem.atari.st/tos_us.zip \