diff options
author | LukenShiro <lukenshiro@ngi.it> | 2012-12-29 07:42:13 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-29 07:42:29 +0100 |
commit | d9050cd45cfe4c1889e1926ebb056b9fde5dc584 (patch) | |
tree | f4c1efafb0e8876ac0f077b516fc495c9df00553 /libraries/hdf5/hdf5.SlackBuild | |
parent | 28945ff69a41a84d13d4dc0b45953085a65d909e (diff) |
libraries/hdf5: Updated for version 1.8.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/hdf5/hdf5.SlackBuild')
-rw-r--r-- | libraries/hdf5/hdf5.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/hdf5/hdf5.SlackBuild b/libraries/hdf5/hdf5.SlackBuild index 0759c6eb5e74..f031c07c9451 100644 --- a/libraries/hdf5/hdf5.SlackBuild +++ b/libraries/hdf5/hdf5.SlackBuild @@ -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 . \ |