mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/rrdtool: Updated for version 1.4.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
0df36d249d
commit
31d9ee2b62
2 changed files with 6 additions and 9 deletions
|
@ -5,10 +5,10 @@
|
||||||
# Originally written by <youngmug@animeneko.net>
|
# Originally written by <youngmug@animeneko.net>
|
||||||
# Modified by the SlackBuilds.org team.
|
# Modified by the SlackBuilds.org team.
|
||||||
# Versions >= 1.4.2 maintained by Niels Horn <niels.horn@gmail.com>
|
# Versions >= 1.4.2 maintained by Niels Horn <niels.horn@gmail.com>
|
||||||
# revision date: 2010/07/09
|
# revision date: 2010/12/31
|
||||||
|
|
||||||
PRGNAM=rrdtool
|
PRGNAM=rrdtool
|
||||||
VERSION=${VERSION:-1.4.4}
|
VERSION=${VERSION:-1.4.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
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 {} \;
|
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
|
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 \
|
find $PKG -name perllocal.pod \
|
||||||
-o -name ".packlist" \
|
-o -name ".packlist" \
|
||||||
-o -name "*.bs" \
|
-o -name "*.bs" \
|
||||||
| xargs rm -f
|
| xargs rm -f
|
||||||
|
|
||||||
# And remove the directory leftovers
|
|
||||||
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/perl5/${PERL}
|
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/perl5/${PERL}
|
||||||
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/perl5/site_perl/${PERL}/$ARCH-linux/auto/RRDp
|
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/perl5/site_perl/${PERL}/$ARCH-linux/auto/RRDp
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="rrdtool"
|
PRGNAM="rrdtool"
|
||||||
VERSION="1.4.4"
|
VERSION="1.4.5"
|
||||||
HOMEPAGE="http://www.rrdtool.org/"
|
HOMEPAGE="http://www.rrdtool.org/"
|
||||||
DOWNLOAD="http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.4.tar.gz"
|
DOWNLOAD="http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.5.tar.gz"
|
||||||
MD5SUM="93ad2fc2e9ddcd7d99c611fe30284a54"
|
MD5SUM="4d116dba9a0888d8aaac179e35d3980a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Niels Horn"
|
MAINTAINER="Niels Horn"
|
||||||
EMAIL="niels.horn@gmail.com"
|
EMAIL="niels.horn@gmail.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue