mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
1c3a68e8cd
commit
e896dde8dd
7 changed files with 7 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
target: x86_64-slackware-linux
|
|
@ -1,6 +0,0 @@
|
|||
/* ISC license. */
|
||||
|
||||
#ifndef SYSDEPS_H
|
||||
#define SYSDEPS_H
|
||||
|
||||
#define SKALIBS_TARGET "x86_64-slackware-linux"
|
|
@ -1 +0,0 @@
|
|||
x86_64-slackware-linux
|
|
@ -1 +0,0 @@
|
|||
|
Loading…
Reference in a new issue