diff options
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 c4ef137c6de6..854d2ad33985 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 |