diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-01-01 12:01:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-02 00:27:35 -0600 |
commit | 31d9ee2b62459fcb178c69bbc5f5da50be705d58 (patch) | |
tree | 85644bdf56de0efbb908ca90b01e06ec71172fc9 /libraries/rrdtool/rrdtool.SlackBuild | |
parent | 0df36d249d5d1496e6c1fa99f1c6d7c1fa1334c0 (diff) | |
download | slackbuilds-31d9ee2b62459fcb178c69bbc5f5da50be705d58.tar.gz |
libraries/rrdtool: Updated for version 1.4.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/rrdtool/rrdtool.SlackBuild')
-rw-r--r-- | libraries/rrdtool/rrdtool.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/rrdtool/rrdtool.SlackBuild b/libraries/rrdtool/rrdtool.SlackBuild index 977f3e6f81..eaebd93568 100644 --- a/libraries/rrdtool/rrdtool.SlackBuild +++ b/libraries/rrdtool/rrdtool.SlackBuild @@ -5,10 +5,10 @@ # 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/07/09 +# revision date: 2010/12/31 PRGNAM=rrdtool -VERSION=${VERSION:-1.4.4} +VERSION=${VERSION:-1.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -91,14 +91,11 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $(find $PKG/usr/man -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -# Remove perllocal.pod and other special files that don't need to be installed, -# as they will overwrite what's already on the system. find $PKG -name perllocal.pod \ -o -name ".packlist" \ -o -name "*.bs" \ | xargs rm -f -# And remove the directory leftovers rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/perl5/${PERL} rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/perl5/site_perl/${PERL}/$ARCH-linux/auto/RRDp |