libraries/skalibs: Updated for version 2.10.0.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Muhammad Mahendra Subrata 2021-02-13 08:29:55 +00:00 committed by Willy Sudiarto Raharjo
parent ed9bce4b24
commit 4e1f5489ef
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 13 additions and 14 deletions

View File

@ -31,8 +31,7 @@ libraries and not the static ones, you can do something like
If you just want to build and use skarnet.org softwares, building only
the static libraries should be sufficient.
Also, skalibs has a default executable search path that will be used by
skarnet.org softwares if the PATH environment variable is undefined. The
upstream default is "/usr/bin:/bin" but the script by default will use
"/usr/bin:/usr/sbin:/bin:/sbin" instead. Pass DEF_PATH=some:path:list
to the script if you want to change it to something else.
Also, the execvep() function from skalibs (used by all skarnet.org
softwares) has a default executable search path that will be used if the
PATH environment variable is undefined. The default is /usr/bin:/bin.
Pass DEF_PATH=some:path:list to the script if you want to change it.

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skalibs
VERSION=${VERSION:-2.9.3.0}
VERSION=${VERSION:-2.10.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,11 +63,11 @@ BUILD_SHARED=${BUILD_SHARED:-no}
[ "$BUILD_STATIC" = "no" ] && LIBS_CONF="--disable-static"
[ "$BUILD_SHARED" = "no" ] && LIBS_CONF="--disable-shared $LIBS_CONF"
# skalibs has a default executable search path that will be used by skarnet.org softwares
# if the PATH environment variable is undefined. The upstream default is /usr/bin:/bin but
# we will use /usr/bin:/usr/sbin:/bin:/sbin here instead. You can pass DEF_PATH=some:path:list
# to this script if you want to change it to something else.
DEF_PATH=${DEF_PATH:-/usr/bin:/usr/sbin:/bin:/sbin}
# The execvep() function from skalibs (used by all skarnet.org softwares) has a default
# executable search path that will be used if the PATH environment variable is undefined.
# The default is /usr/bin:/bin. Pass DEF_PATH=some:path:list to the script if you want to
# change it.
DEF_PATH=${DEF_PATH:-/usr/bin:/bin}
set -e

View File

@ -1,8 +1,8 @@
PRGNAM="skalibs"
VERSION="2.9.3.0"
VERSION="2.10.0.1"
HOMEPAGE="https://skarnet.org/software/skalibs/"
DOWNLOAD="https://skarnet.org/software/skalibs/skalibs-2.9.3.0.tar.gz"
MD5SUM="21000c52f51c1b3266b7cec77ef1c027"
DOWNLOAD="https://skarnet.org/software/skalibs/skalibs-2.10.0.1.tar.gz"
MD5SUM="873df4b9961fb13df14003fe90ece63d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""