summaryrefslogtreecommitdiffstats
path: root/libraries/libstatgrab
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2023-06-26 20:20:02 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-02 23:21:29 +0700
commitb5f75654599eeae6f3fcce7616b9c7eb4dea07da (patch)
treed43db0b8e11afb25e21a748d06df507a8ad1fe3e /libraries/libstatgrab
parent10163c7a820428375d792960d1108b56c1c6d932 (diff)
downloadslackbuilds-b5f75654599eeae6f3fcce7616b9c7eb4dea07da.tar.gz
slackbuilds-b5f75654599eeae6f3fcce7616b9c7eb4dea07da.tar.xz
libraries/libstatgrab: Updated for version 0.92.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libstatgrab')
-rw-r--r--libraries/libstatgrab/libstatgrab.SlackBuild12
-rw-r--r--libraries/libstatgrab/libstatgrab.info6
2 files changed, 7 insertions, 11 deletions
diff --git a/libraries/libstatgrab/libstatgrab.SlackBuild b/libraries/libstatgrab/libstatgrab.SlackBuild
index 73740c8daa..8df022e9ec 100644
--- a/libraries/libstatgrab/libstatgrab.SlackBuild
+++ b/libraries/libstatgrab/libstatgrab.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for libstatgrab
-# Copyright 2012-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2012-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libstatgrab
-VERSION=${VERSION:-0.92}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.92.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -92,11 +92,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-static \
--build=$ARCH-slackware-linux
-# Parallel building is broken
-# Cut away jobs number from the MAKEFLAGS, just in case...
-MAKEFLAGS=$(echo "$MAKEFLAGS" | sed "s/-j[0-999]//g")
-
-make -j1
+make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/libraries/libstatgrab/libstatgrab.info b/libraries/libstatgrab/libstatgrab.info
index 535f363bd9..285df9e070 100644
--- a/libraries/libstatgrab/libstatgrab.info
+++ b/libraries/libstatgrab/libstatgrab.info
@@ -1,8 +1,8 @@
PRGNAM="libstatgrab"
-VERSION="0.92"
+VERSION="0.92.1"
HOMEPAGE="https://www.i-scream.org/libstatgrab/"
-DOWNLOAD="https://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.92.tar.gz"
-MD5SUM="5362b2ddbec54b3901e7d70c22cda249"
+DOWNLOAD="https://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.92.1.tar.gz"
+MD5SUM="af685494e985229e0ac46365bc0cd50e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""