wok-next diff hdf5/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 8f8e0d257c2e
children
line diff
     1.1 --- a/hdf5/receipt	Tue Oct 02 22:23:34 2018 +0300
     1.2 +++ b/hdf5/receipt	Fri Nov 02 14:15:08 2018 +0200
     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() {