mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/rrdtool: Updated for version 1.7.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
50e25d061c
commit
43497caef3
2 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2007, 2008 Michael Johnson <youngmug at animeneko dot net>
|
||||
# Copyright 2009, 2010, 2012 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2014, 2015, 2016 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2014, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,13 +25,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rrdtool
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -45,8 +45,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rrdtool"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.7.0"
|
||||
HOMEPAGE="http://www.rrdtool.org/"
|
||||
DOWNLOAD="http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.6.0.tar.gz"
|
||||
MD5SUM="4ff52cc44b935b02d2742e6875094da5"
|
||||
DOWNLOAD="http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.0.tar.gz"
|
||||
MD5SUM="2f37eeb613bed11077470c9e2057010e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue