summaryrefslogtreecommitdiffstats
path: root/games/atari800/atari800.SlackBuild
diff options
context:
space:
mode:
author B. Watson2022-06-15 20:02:46 +0200
committer Willy Sudiarto Raharjo2022-06-18 04:09:53 +0200
commitc660a9d52ccb230ef89666232a2100b6cd90e37b (patch)
tree5792d80942760588a857219aa4568c80ea1269c2 /games/atari800/atari800.SlackBuild
parentff20196e28225496dab33b1369914a53016cb498 (diff)
downloadslackbuilds-c660a9d52ccb230ef89666232a2100b6cd90e37b.tar.gz
games/atari800: Updated for version 5.0.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/atari800/atari800.SlackBuild')
-rw-r--r--games/atari800/atari800.SlackBuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/games/atari800/atari800.SlackBuild b/games/atari800/atari800.SlackBuild
index c4ef137c6d..854d2ad339 100644
--- a/games/atari800/atari800.SlackBuild
+++ b/games/atari800/atari800.SlackBuild
@@ -6,6 +6,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20220615 bkw:
+# - update for 5.0.0.
+# - add man page for new cart utility.
+
# 20220407 bkw: BUILD=2, strip binary.
# 20200303 bkw:
@@ -25,8 +29,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=atari800
-VERSION=${VERSION:-4.2.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-5.0.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -131,6 +135,8 @@ sed '/^\.TH *ATARI800 *1/s| 1 | 6 |' $PKG/usr/man/man1/$PRGNAM.1 | \
$PKG/usr/man/man6/$PRGNAM.6.gz
rm -rf $PKG/usr/man/man1
+gzip -9c < $CWD/cart.6 > $PKG/usr/man/man6/cart.6.gz
+
cat $CWD/$PRGNAM.SlackBuild > $PKGDOCDIR/$PRGNAM.SlackBuild
[ ! -d ../DOC ] && cd src