rrdtool: 1.3.0 -> 1.3.1

This commit is contained in:
Danny Rawlins 2008-07-25 20:58:15 +10:00
parent 2622f8d986
commit d19042c8e0
3 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ drwxr-xr-x root/root usr/lib/python2.5/site-packages/
drwxr-xr-x root/root usr/lib/rrdtool/
-rwxr-xr-x root/root usr/lib/rrdtool/ifOctets.tcl
-rw-r--r-- root/root usr/lib/rrdtool/pkgIndex.tcl
-rwxr-xr-x root/root usr/lib/tclrrd1.3.0.so
-rwxr-xr-x root/root usr/lib/tclrrd1.3.1.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/bin_dec_hex.1.gz

View File

@ -1 +1 @@
3ea8aa9e733c549fa2c1f8a9bcdf2c8d rrdtool-1.3.0.tar.gz
ae0eb2465581574ed6355d378c96a17e rrdtool-1.3.1.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: libart_lgpl libcgi libgd pango python tcl
name=rrdtool
version=1.3.0
version=1.3.1
release=1
source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-$version.tar.gz)
@ -30,8 +30,8 @@ build() {
$PKG/usr/share/rrdtool/examples
# Remove perl crap
find $PKG \
\( -name '.packlist' -o \
find $PKG \( \
-name '.packlist' -o \
-name '*.bs' -o \
-name 'perllocal.pod' \) -delete