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:
parent
ed9bce4b24
commit
4e1f5489ef
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue