libraries/skalibs: Updated for version 2.9.3.0.

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 2020-10-15 20:04:39 +01:00 committed by Willy Sudiarto Raharjo
parent 1c3a68e8cd
commit e896dde8dd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
7 changed files with 7 additions and 21 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skalibs
VERSION=${VERSION:-2.9.2.1}
VERSION=${VERSION:-2.9.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,14 +60,8 @@ fi
# If you need to build the shared libraries, just pass BUILD_SHARED=yes to this script
BUILD_STATIC=${BUILD_STATIC:-yes}
BUILD_SHARED=${BUILD_SHARED:-no}
if [ "$BUILD_STATIC" = "no" ]; then
LIBS_CONF="--disable-static"
fi
if [ "$BUILD_SHARED" = "no" ]; then
LIBS_CONF="--disable-shared $LIBS_CONF"
fi
[ "$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

View file

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

View file

@ -16,3 +16,4 @@ skalibs: also be used as a general-purpose library. It is very suitable for
skalibs: creating small and secure system programs.
skalibs:
skalibs: Homepage: https://skarnet.org/software/skalibs/
skalibs:

View file

@ -1 +0,0 @@
target: x86_64-slackware-linux

View file

@ -1,6 +0,0 @@
/* ISC license. */
#ifndef SYSDEPS_H
#define SYSDEPS_H
#define SKALIBS_TARGET "x86_64-slackware-linux"

View file

@ -1 +0,0 @@
x86_64-slackware-linux

View file

@ -1 +0,0 @@