diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-15 14:02:46 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:53 +0700 |
commit | c660a9d52ccb230ef89666232a2100b6cd90e37b (patch) | |
tree | 5792d80942760588a857219aa4568c80ea1269c2 /games/atari800/atari800.SlackBuild | |
parent | ff20196e28225496dab33b1369914a53016cb498 (diff) |
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.SlackBuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/games/atari800/atari800.SlackBuild b/games/atari800/atari800.SlackBuild index c4ef137c6de6e..854d2ad33985b 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 |