# HG changeset patch # User Hans-G?nter Theisgen # Date 1646835995 -3600 # Node ID 8ed7694bbe1fe18905bb173327e28b5df48b58f6 # Parent 4dd970e17c72d5619f6d124c792578c5f7132aaa updated hdf5 and hdf5-dev (1.10.6 -> 1.12.1) diff -r 4dd970e17c72 -r 8ed7694bbe1f hdf5-dev/receipt --- a/hdf5-dev/receipt Wed Mar 09 11:20:01 2022 +0100 +++ b/hdf5-dev/receipt Wed Mar 09 15:26:35 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="hdf5-dev" -VERSION="1.10.6" +VERSION="1.12.1" CATEGORY="development" SHORT_DESC="A data model, library, and file format for storing and managing data - development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,9 +14,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/share $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib + cook_copy_folders include + cook_copy_folders share + cook_copy_files *.*a } diff -r 4dd970e17c72 -r 8ed7694bbe1f hdf5/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hdf5/description.txt Wed Mar 09 15:26:35 2022 +0100 @@ -0,0 +1,10 @@ +HDF5 is a data model, library, and file format for storing and +managing data. +It supports an unlimited variety of datatypes, and is designed +for flexible and efficient I/O and for high volume and complex +data. +HDF5 is portable and is extensible, allowing applications to +evolve in their use of HDF5. +The HDF5 Technology suite includes tools and applications for +managing, manipulating, viewing, and analyzing data in the +HDF5 format. diff -r 4dd970e17c72 -r 8ed7694bbe1f hdf5/receipt --- a/hdf5/receipt Wed Mar 09 11:20:01 2022 +0100 +++ b/hdf5/receipt Wed Mar 09 15:26:35 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="hdf5" -VERSION="1.10.6" +VERSION="1.12.1" CATEGORY="misc" SHORT_DESC="A data model, library, and file format for storing and managing data." MAINTAINER="pascal.bellard@slitaz.org" @@ -30,16 +30,14 @@ src/CMakeLists.txt ./configure $CONFIGURE_ARGS && - make -j 1 all && - make DESTDIR=$DESTDIR install + make all && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders bin + cook_copy_folders lib rm -f $fs/usr/lib/*a }