diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2020-01-20 06:44:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-20 06:44:16 +0700 |
commit | 2b1011179ac510c077a0eac643991090148f6271 (patch) | |
tree | 7db48010014cca21c72823a1082f797a7475cab3 /games/stockfish/stockfish.SlackBuild | |
parent | f85102f6f727e60f9086606654edb5df8a232fa0 (diff) |
games/stockfish: Updated for version 11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stockfish/stockfish.SlackBuild')
-rw-r--r-- | games/stockfish/stockfish.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild index 8b6c4a6aac..3d3769db45 100644 --- a/games/stockfish/stockfish.SlackBuild +++ b/games/stockfish/stockfish.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stockfish -# Copyright 2016 - 2019 Johannes Schoepfer, Germany +# Copyright 2016 - 2020 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stockfish -VERSION=${VERSION:-10} +VERSION=${VERSION:-11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM -unzip -d $PRGNAM $CWD/$PRGNAM-$VERSION-src.zip -cd $PRGNAM +rm -rf Stockfish-sf_$VERSION +tar vxf $CWD/Stockfish-$VERSION.tar.gz +cd Stockfish-sf_$VERSION chown -R root:root . find -L . \ |