libraries/hdf5: Updated for version 1.8.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
28945ff69a
commit
d9050cd45c
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hdf5
|
||||
|
||||
# Copyright 2007-2012 LukenShiro <lukenshiro@ngi.it>
|
||||
# Copyright 2007-2013 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hdf5
|
||||
VERSION=${VERSION:-1.8.9}
|
||||
VERSION=${VERSION:-1.8.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -64,7 +64,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVERSION
|
||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.?z*
|
||||
cd $PRGNAM-$SRCVERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hdf5"
|
||||
VERSION="1.8.9"
|
||||
VERSION="1.8.10"
|
||||
HOMEPAGE="http://hdf.ncsa.uiuc.edu/products/hdf5/"
|
||||
DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.9/src/hdf5-1.8.9.tar.bz2"
|
||||
MD5SUM="33e105583417eff1c57fff910a53cd6f"
|
||||
DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.10/src/hdf5-1.8.10.tar.bz2"
|
||||
MD5SUM="8166c0fa3ee34fee6cdef4c5f3cbc94e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue