libraries/hdf5: Updated for version 1.8.8.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
LukenShiro 2011-12-14 16:43:25 -06:00 committed by Niels Horn
parent cffcaf0498
commit 6783120c31
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hdf5
VERSION=${VERSION:-1.8.7}
VERSION=${VERSION:-1.8.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -99,7 +99,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Remove unnecessary stuff
rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.settings
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="hdf5"
VERSION="1.8.7"
VERSION="1.8.8"
HOMEPAGE="http://hdf.ncsa.uiuc.edu/products/hdf5/"
DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.7/src/hdf5-1.8.7.tar.bz2"
MD5SUM="8859e2abc5258596302c7618722a48ad"
DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.8/src/hdf5-1.8.8.tar.bz2"
MD5SUM="ab115337d4004a3816318b993b32a52f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="dsomero"
APPROVED="rworkman"