mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libstatgrab: Updated for version 0.91.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
40d74f1b9d
commit
7a0a6ae22c
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for libstatgrab
|
# Slackware build script for libstatgrab
|
||||||
# Copyright Matteo Bernardini <ponce@slackbuilds.org>, 2012
|
# Copyright 2012-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libstatgrab
|
PRGNAM=libstatgrab
|
||||||
VERSION=${VERSION:-0.17}
|
VERSION=${VERSION:-0.91}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
# Parallel building is broken
|
# Parallel building is broken
|
||||||
# Cut away jobs number from the MAKEFLAGS
|
# Cut away jobs number from the MAKEFLAGS, just in case...
|
||||||
MAKEFLAGS=$(echo "$MAKEFLAGS" | sed "s/-j[0-999]//g")
|
MAKEFLAGS=$(echo "$MAKEFLAGS" | sed "s/-j[0-999]//g")
|
||||||
|
|
||||||
make -j1
|
make -j1
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libstatgrab"
|
PRGNAM="libstatgrab"
|
||||||
VERSION="0.17"
|
VERSION="0.91"
|
||||||
HOMEPAGE="http://www.i-scream.org/libstatgrab/"
|
HOMEPAGE="http://www.i-scream.org/libstatgrab/"
|
||||||
DOWNLOAD="ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.17.tar.gz"
|
DOWNLOAD="ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.91.tar.gz"
|
||||||
MD5SUM="58385c9392898be3b09ffc5e3ebe8717"
|
MD5SUM="b906d312076ca9be3d5188edfe07f496"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue