l/hdf5: Upgraded to hdf5-1.8.10p1.
parent
44f453e21e
commit
638a179d56
|
@ -0,0 +1 @@
|
|||
66916343f840a7a181ecd53c9ffa2945996c7dfc hdf5-1.8.10-patch1.tar.gz
|
|
@ -1 +0,0 @@
|
|||
4ba3ede947b1571e9586fdeb8351d6585a56133c hdf5-1.8.9.tar.gz
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Build script for Slackware
|
||||
# Copyright (C) 2010,2012 Damien Goutte-Gattat
|
||||
# Copyright (C) 2010,2012,2013 Damien Goutte-Gattat
|
||||
#
|
||||
# Redistribution and use of this script, with or without modifications,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -26,9 +26,9 @@
|
|||
|
||||
# Source package infos
|
||||
NAMESRC=${NAMESRC:-hdf5}
|
||||
VERSION=${VERSION:-1.8.9}
|
||||
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
|
||||
WGET=${WGET:-http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.9/src/$ARCHIVE}
|
||||
VERSION=${VERSION:-1.8.10p1}
|
||||
ARCHIVE=${ARCHIVE:-$NAMESRC-1.8.10-patch1.tar.gz}
|
||||
WGET=${WGET:-http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.10-patch1/src/$ARCHIVE}
|
||||
|
||||
# Build infos
|
||||
NAMEPKG=${NAMEPKG:-hdf5}
|
||||
|
@ -97,8 +97,8 @@ make install-strip DESTDIR=$PKG
|
|||
|
||||
# Install the documentation
|
||||
mkdir -p $PKG/usr/doc/$NAMEPKG-$VERSION
|
||||
install -m 644 COPYING README.txt release_docs/HISTORY* \
|
||||
release_docs/RELEASE.txt \
|
||||
install -m 644 ACKNOWLEDGMENTS COPYING README.txt \
|
||||
release_docs/HISTORY* release_docs/RELEASE.txt \
|
||||
$PKG/usr/doc/$NAMEPKG-$VERSION
|
||||
|
||||
# Copy slack-desc file
|
||||
|
|
Loading…
Reference in New Issue