wok-next diff hdf5/receipt @ rev 21386
updated nfs-utils (1.3.0 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 13:40:22 2020 +0100 (2020-04-17) |
parents | 8f8e0d257c2e |
children |
line diff
1.1 --- a/hdf5/receipt Tue Oct 02 22:23:34 2018 +0300 1.2 +++ b/hdf5/receipt Fri Apr 17 13:40:22 2020 +0100 1.3 @@ -6,13 +6,13 @@ 1.4 SHORT_DESC="Data model, library, and file format for storing and managing data" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="BSD" 1.7 -WEB_SITE="https://www.hdfgroup.org/HDF5" 1.8 +WEB_SITE="https://www.hdfgroup.org/solutions/hdf5/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WGET_URL="http://www.hdfgroup.org/ftp/HDF5/current/src/$TARBALL" 1.12 1.13 BUILD_DEPENDS="cmake szip zlib-dev" 1.14 -SPLIT="hdf5-dev" 1.15 +SPLIT="$PACKAGE-dev" 1.16 1.17 compile_rules() { 1.18 sed -i 's|// .*|/* & */|' test/th5s.c tools/lib/h5tools_str.c 1.19 @@ -21,7 +21,7 @@ 1.20 ./configure $CONFIGURE_ARGS && 1.21 fix libtool && 1.22 make all && 1.23 - make DESTDIR=$DESTDIR install 1.24 + make DESTDIR=$install install 1.25 } 1.26 1.27 genpkg_rules() {