mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/rrdtool: Updated for version 1.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
942cbdeabd
commit
3fd75b6ee2
3 changed files with 14 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
|||
RRDTool is the industry standard data logging and graphing application.
|
||||
|
||||
This package makes all bindings that are supported on the system.
|
||||
Bindings for lua will be made automatically if it is detected.
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
# Originally written by <youngmug@animeneko.net>
|
||||
# Modified by the SlackBuilds.org team.
|
||||
# Versions >= 1.4.2 maintained by Niels Horn <niels.horn@gmail.com>
|
||||
# revision date: 2010/03/31
|
||||
# revision date: 2010/07/09
|
||||
|
||||
PRGNAM=rrdtool
|
||||
VERSION=1.4.3
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -61,6 +61,9 @@ cd $TMP/$PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
chmod -R a-s,u+w,go+r-w .
|
||||
|
||||
# Correct hard-coded path to lua libs (thanks to pprkut for spotting this one!)
|
||||
sed "s|/lib/lua|/lib${LIBDIRSUFFIX}/lua|g" -i configure
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
RRDDOCDIR=/usr/doc/$PRGNAM-$VERSION \
|
||||
|
@ -69,8 +72,10 @@ RRDDOCDIR=/usr/doc/$PRGNAM-$VERSION \
|
|||
--mandir=/usr/man \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--disable-static \
|
||||
--with-tcllib=/usr/lib${LIBDIRSUFFIX} \
|
||||
--build=$ARCH-slackware-linux$ARCHQUADLET \
|
||||
--with-perl-options='INSTALLDIRS=vendor'
|
||||
--with-perl-options='INSTALLDIRS=vendor' \
|
||||
--with-ruby-options="sitedir=\${DESTDIR}/usr/lib${LIBDIRSUFFIX}/ruby/vendor_ruby"
|
||||
|
||||
make
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rrdtool"
|
||||
VERSION="1.4.3"
|
||||
VERSION="1.4.4"
|
||||
HOMEPAGE="http://www.rrdtool.org/"
|
||||
DOWNLOAD="http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.3.tar.gz"
|
||||
MD5SUM="492cf946c72f85987238faa2c311b7bb"
|
||||
DOWNLOAD="http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.4.tar.gz"
|
||||
MD5SUM="93ad2fc2e9ddcd7d99c611fe30284a54"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue