libraries/skalibs: Updated for version 2.9.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Muhammad Mahendra Subrata 2020-04-10 00:53:48 +07:00 committed by Willy Sudiarto Raharjo
parent 376b6e8b82
commit 89e42ea19b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 17 additions and 4 deletions

View file

@ -30,3 +30,9 @@ 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.

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skalibs
VERSION=${VERSION:-2.9.2.0}
VERSION=${VERSION:-2.9.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,6 +69,12 @@ if [ "$BUILD_SHARED" = "no" ]; then
LIBS_CONF="--disable-shared $LIBS_CONF"
fi
# 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}
set -e
rm -rf $PKG
@ -92,6 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \
--includedir=/usr/include \
--sysdepdir=/usr/lib${LIBDIRSUFFIX}/skalibs/sysdeps \
--datadir=/etc \
--with-default-path=${DEF_PATH} \
$LIBS_CONF
make

View file

@ -1,8 +1,8 @@
PRGNAM="skalibs"
VERSION="2.9.2.0"
VERSION="2.9.2.1"
HOMEPAGE="https://skarnet.org/software/skalibs/"
DOWNLOAD="https://skarnet.org/software/skalibs/skalibs-2.9.2.0.tar.gz"
MD5SUM="1c2aabd584412ce17e43860a7776053a"
DOWNLOAD="https://skarnet.org/software/skalibs/skalibs-2.9.2.1.tar.gz"
MD5SUM="da4c3f1adcd8a204ae9c5fcff4ce4a9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""