diff options
-rw-r--r-- | network/graphite-carbon/graphite-carbon.SlackBuild | 11 | ||||
-rw-r--r-- | network/graphite-carbon/graphite-carbon.info | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/network/graphite-carbon/graphite-carbon.SlackBuild b/network/graphite-carbon/graphite-carbon.SlackBuild index 174d10f83a0e..0dd10e14eb25 100644 --- a/network/graphite-carbon/graphite-carbon.SlackBuild +++ b/network/graphite-carbon/graphite-carbon.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for carbon +# Slackware build script for graphite-carbon -# Copyright 2015 Mario Preksavec, Zagreb, HR +# Copyright 2015 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=graphite-carbon -SRCNAM=carbon -SRCVER=0.9.13-pre1 -VERSION=${VERSION:-0.9.13pre1} +VERSION=${VERSION:-0.9.13_pre1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} +SRCNAM=carbon +SRCVER=${SRCVER:-0.9.13-pre1} + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; diff --git a/network/graphite-carbon/graphite-carbon.info b/network/graphite-carbon/graphite-carbon.info index ea91a33566b6..7452ccb246f3 100644 --- a/network/graphite-carbon/graphite-carbon.info +++ b/network/graphite-carbon/graphite-carbon.info @@ -1,5 +1,5 @@ PRGNAM="graphite-carbon" -VERSION="0.9.13pre1" +VERSION="0.9.13_pre1" HOMEPAGE="https://github.com/graphite-project/" DOWNLOAD="https://github.com/graphite-project/carbon/archive/0.9.13-pre1.tar.gz" MD5SUM="1c87be1d874ad74dd7f148b18c158fe2" |