Browse Source
libraries/skalibs: Updated for version 2.14.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Muhammad Mahendra Subrata
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
14 additions and
11 deletions
-
libraries/skalibs/README
-
libraries/skalibs/skalibs.SlackBuild
-
libraries/skalibs/skalibs.info
|
|
|
@ -33,8 +33,9 @@ the static libraries should be sufficient. |
|
|
|
|
|
|
|
Also, the execvep() function from skalibs (used by all skarnet.org |
|
|
|
software) 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, |
|
|
|
e.g., |
|
|
|
PATH environment variable is undefined. The upstream default is |
|
|
|
/usr/bin:/bin, but the script defaults to /usr/bin:/bin:/usr/sbin:/sbin |
|
|
|
where all system-installed binaries reside in Slackware. Pass |
|
|
|
DEF_PATH=some:path:list to the script if you want to change it, e.g., |
|
|
|
|
|
|
|
DEF_PATH=/usr/bin:/bin:/usr/sbin:/sbin ./skalibs.SlackBuild |
|
|
|
DEF_PATH=/bin:/sbin ./skalibs.SlackBuild |
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=skalibs |
|
|
|
VERSION=${VERSION:-2.14.1.0} |
|
|
|
VERSION=${VERSION:-2.14.1.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -76,9 +76,11 @@ BUILD_SHARED=${BUILD_SHARED:-no} |
|
|
|
|
|
|
|
# The execvep() function from skalibs (used by all skarnet.org software) 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 this script if you want to change it. |
|
|
|
DEF_PATH=${DEF_PATH:-/usr/bin:/bin} |
|
|
|
# variable is undefined. The upstream default is /usr/bin:/bin, but this script |
|
|
|
# defaults to /usr/bin:/bin:/usr/sbin:/sbin where all system-installed binaries |
|
|
|
# reside in Slackware. Pass DEF_PATH=some:path:list to this script if you want |
|
|
|
# to change it. |
|
|
|
DEF_PATH=${DEF_PATH:-/usr/bin:/bin:/usr/sbin:/sbin} |
|
|
|
|
|
|
|
set -e |
|
|
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="skalibs" |
|
|
|
VERSION="2.14.1.0" |
|
|
|
VERSION="2.14.1.1" |
|
|
|
HOMEPAGE="https://skarnet.org/software/skalibs/" |
|
|
|
DOWNLOAD="https://skarnet.org/software/skalibs/skalibs-2.14.1.0.tar.gz" |
|
|
|
MD5SUM="289392217e4434909cf1ca31950e1f07" |
|
|
|
DOWNLOAD="https://skarnet.org/software/skalibs/skalibs-2.14.1.1.tar.gz" |
|
|
|
MD5SUM="72313c17ae00863e55c865d71ab6ba64" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|