diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-11-15 20:13:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-19 07:31:41 +0700 |
commit | a9edfbf520b522663ef21898f1e1208b805f8ace (patch) | |
tree | 112e90d16a56bb9f365e451c7d6b721e1f78a3cc /system/monitorix | |
parent | 4c87a672460a2a98fa1010dfbc1ac9407145a341 (diff) | |
download | slackbuilds-a9edfbf520b522663ef21898f1e1208b805f8ace.tar.gz |
system/monitorix: Updated for version 3.9.0.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'system/monitorix')
-rw-r--r-- | system/monitorix/monitorix.SlackBuild | 10 | ||||
-rw-r--r-- | system/monitorix/monitorix.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/system/monitorix/monitorix.SlackBuild b/system/monitorix/monitorix.SlackBuild index cd725e6932..f88c43d69c 100644 --- a/system/monitorix/monitorix.SlackBuild +++ b/system/monitorix/monitorix.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for "monitorix". -# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,13 +25,13 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=monitorix -VERSION=${VERSION:-3.8.1} +VERSION=${VERSION:-3.9.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 @@ -42,8 +42,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" diff --git a/system/monitorix/monitorix.info b/system/monitorix/monitorix.info index aa9f848c1b..52373833d4 100644 --- a/system/monitorix/monitorix.info +++ b/system/monitorix/monitorix.info @@ -1,8 +1,8 @@ PRGNAM="monitorix" -VERSION="3.8.1" +VERSION="3.9.0" HOMEPAGE="http://www.monitorix.org/" -DOWNLOAD="http://www.monitorix.org/monitorix-3.8.1.tar.gz" -MD5SUM="cf0daac5e1660053822072f43a308453" +DOWNLOAD="http://www.monitorix.org/monitorix-3.9.0.tar.gz" +MD5SUM="181bf2b83b92e89aa6317dd473a987e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-http-server-simple perl-config-general rrdtool" |