diff options
Diffstat (limited to 'games/atari800/atari800.SlackBuild')
-rw-r--r-- | games/atari800/atari800.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/atari800/atari800.SlackBuild b/games/atari800/atari800.SlackBuild index df5506c7109ad..196b93db3ed8b 100644 --- a/games/atari800/atari800.SlackBuild +++ b/games/atari800/atari800.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20220407 bkw: BUILD=2, strip binary. + # 20200303 bkw: # - update for 4.2.0, can still build 3.1.0, 4.0.0, 4.1.0. # - move binary to /usr/games, man page to section 6. @@ -24,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atari800 VERSION=${VERSION:-4.2.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -120,7 +122,7 @@ CXXFLAGS="$SLKCFLAGS" \ # only sound actually work. Must determine WTF's going on here. make -make install DOC_DIR=$DOCDIR MAN_DIR=/usr/man/man1 DESTDIR=$PKG +make install-strip DOC_DIR=$DOCDIR MAN_DIR=/usr/man/man1 DESTDIR=$PKG # 20200303 bkw: move man page to section 6 (games) mkdir -p $PKG/usr/man/man6 |