wok diff hdf5/receipt @ rev 21287
updated sctp-tools (1.0.11 -> 1.0.17)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 16 16:26:35 2019 +0100 (2019-04-16) |
parents | a78610b2eb47 |
children | 4e60ad201909 |
line diff
1.1 --- a/hdf5/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/hdf5/receipt Tue Apr 16 16:26:35 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hdf5" 1.7 -VERSION="1.8.9" 1.8 +VERSION="1.10.4" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="a data model, library, and file format for storing and managing data." 1.11 +SHORT_DESC="A data model, library, and file format for storing and managing data." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://www.hdfgroup.org/HDF5" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WGET_URL="http://www.hdfgroup.org/ftp/HDF5/current/src/$TARBALL" 1.18 +WGET_URL="https://support.hdfgroup.org/ftp/HDF5/releases/$PACKAGE-${VERSION%.*}/$PACKAGE-$VERSION/src/$TARBALL" 1.19 1.20 DEPENDS="zlib" 1.21 BUILD_DEPENDS="cmake szip zlib-dev" 1.22 @@ -17,15 +18,18 @@ 1.23 compile_rules() 1.24 { 1.25 sed -i 's/Using_CMake.txt/USING_CMake.txt/' src/CMakeLists.txt 1.26 + 1.27 ./configure $CONFIGURE_ARGS && 1.28 - make all && make DESTDIR=$DESTDIR install 1.29 + make -j 1 all && 1.30 + make DESTDIR=$DESTDIR install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 mkdir -p $fs/usr 1.37 - cp -a $install/usr/bin $fs/usr 1.38 - cp -a $install/usr/lib $fs/usr 1.39 + 1.40 + cp -a $install/usr/bin $fs/usr 1.41 + cp -a $install/usr/lib $fs/usr 1.42 rm -f $fs/usr/lib/*a 1.43 }