wok rev 24638

updated hdf5 and hdf5-dev (1.10.6 -> 1.12.1)
author Hans-G?nter Theisgen
date Wed Mar 09 15:26:35 2022 +0100 (2022-03-09)
parents 4dd970e17c72
children 7f6cddcf47fe
files hdf5-dev/receipt hdf5/description.txt hdf5/receipt
line diff
     1.1 --- a/hdf5-dev/receipt	Wed Mar 09 11:20:01 2022 +0100
     1.2 +++ b/hdf5-dev/receipt	Wed Mar 09 15:26:35 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hdf5-dev"
     1.7 -VERSION="1.10.6"
     1.8 +VERSION="1.12.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A data model, library, and file format for storing and managing data - development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,9 +14,7 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/include	$fs/usr
    1.19 -	cp -a $install/usr/share	$fs/usr
    1.20 -	cp -a $install/usr/lib/*a	$fs/usr/lib
    1.21 +	cook_copy_folders	include
    1.22 +	cook_copy_folders	share
    1.23 +	cook_copy_files		*.*a
    1.24  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/hdf5/description.txt	Wed Mar 09 15:26:35 2022 +0100
     2.3 @@ -0,0 +1,10 @@
     2.4 +HDF5 is a data model, library, and file format for storing and
     2.5 +managing data.
     2.6 +It supports an unlimited variety of datatypes, and is designed
     2.7 +for flexible and efficient I/O and for high volume and complex
     2.8 +data.
     2.9 +HDF5 is portable and is extensible, allowing applications to
    2.10 +evolve in their use of HDF5.
    2.11 +The HDF5 Technology suite includes tools and applications for
    2.12 +managing, manipulating, viewing, and analyzing data in the
    2.13 +HDF5 format.
     3.1 --- a/hdf5/receipt	Wed Mar 09 11:20:01 2022 +0100
     3.2 +++ b/hdf5/receipt	Wed Mar 09 15:26:35 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="hdf5"
     3.7 -VERSION="1.10.6"
     3.8 +VERSION="1.12.1"
     3.9  CATEGORY="misc"
    3.10  SHORT_DESC="A data model, library, and file format for storing and managing data."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -30,16 +30,14 @@
    3.13  		src/CMakeLists.txt
    3.14  
    3.15  	./configure $CONFIGURE_ARGS &&
    3.16 -	make -j 1 all &&
    3.17 -	make DESTDIR=$DESTDIR install
    3.18 +	make all &&
    3.19 +	make install DESTDIR=$DESTDIR
    3.20  }
    3.21  
    3.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.23  genpkg_rules()
    3.24  {
    3.25 -	mkdir -p $fs/usr
    3.26 -
    3.27 -	cp -a $install/usr/bin	$fs/usr
    3.28 -	cp -a $install/usr/lib	$fs/usr
    3.29 +	cook_copy_folders	bin
    3.30 +	cook_copy_folders	lib
    3.31  	rm -f			$fs/usr/lib/*a
    3.32  }