diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2022-01-16 21:01:01 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 08:23:00 +0700 |
commit | e53ed6886ff057ef214636807ff7f1878947050f (patch) | |
tree | 3de06f1bee2da82164a324cd3c7f831a1004c021 /games/wesnoth/wesnoth.SlackBuild | |
parent | b595efdda7211ba994e0e82e8ebbaa4e30515370 (diff) |
games/wesnoth: Updated for version 1.16.1
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/wesnoth.SlackBuild')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index a585dfc7db5e7..6a736caf25c20 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom # Copyright 2010-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> -# Copyright 2018 Edward W. Koenig, Vancouver, WA, USA +# Copyright 2018-2022 Edward W. Koenig, Vancouver, WA, USA # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,10 +29,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wesnoth -VERSION=${VERSION:-1.14.17} +VERSION=${VERSION:-1.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +NUMJOBs=${NUMJOBS:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -102,6 +103,7 @@ scons \ icondir=/usr/share/icons \ desktopdir=/usr/share/applications \ $OPT_SERVER \ + jobs=${NUMJOBS} \ wesnoth wesnothd campaignd scons install destdir=$PKG |