diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-04-16 03:25:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-19 11:24:12 +0700 |
commit | 8b7ff6548cc7ed75ed92cd37b938ccc59b31454a (patch) | |
tree | 695a4c8f1698bb12c51fe5d3154d0fa236847f1a /network/graphite-carbon | |
parent | 4d03df5db0179457679a199e7e0226409bb22b4a (diff) | |
download | slackbuilds-8b7ff6548cc7ed75ed92cd37b938ccc59b31454a.tar.gz |
network/graphite-carbon: Version fix and other annoyances.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/graphite-carbon')
-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 174d10f83a..0dd10e14eb 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 ea91a33566..7452ccb246 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" |