wok rev 24881

updated matio and matio-dev (1.5.18 -> 1.5.22)
author Hans-G?nter Theisgen
date Thu Mar 31 16:31:10 2022 +0100 (2022-03-31)
parents f4e11d380d56
children 2c7fdf85178f
files matio-dev/receipt matio/receipt
line diff
     1.1 --- a/matio-dev/receipt	Thu Mar 31 14:47:26 2022 +0100
     1.2 +++ b/matio-dev/receipt	Thu Mar 31 16:31:10 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="matio-dev"
     1.7 -VERSION="1.5.18"
     1.8 +VERSION="1.5.22"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Library for reading and writing Matlab MAT files - development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,9 +14,5 @@
    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/lib/*a		$fs/usr/lib
    1.20 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.21 +	get_dev_files
    1.22  }
     2.1 --- a/matio/receipt	Thu Mar 31 14:47:26 2022 +0100
     2.2 +++ b/matio/receipt	Thu Mar 31 16:31:10 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="matio"
     2.7 -VERSION="1.5.18"
     2.8 +VERSION="1.5.22"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Library for reading and writing Matlab MAT files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -29,15 +29,13 @@
    2.13  		--infodir=/usr/share/info	\
    2.14  		--mandir=/usr/share/man		\
    2.15  		$CONFIGURE_ARGS &&
    2.16 -	make -j 1 &&
    2.17 -	make DESTDIR=$DESTDIR install
    2.18 +	make &&
    2.19 +	make install DESTDIR=$DESTDIR
    2.20  }
    2.21  
    2.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.23  genpkg_rules()
    2.24  {
    2.25 -	mkdir -p $fs/usr/lib
    2.26 -
    2.27 -	cp -a $install/usr/bin		$fs/usr
    2.28 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.29 +	cook_copy_folders	bin
    2.30 +	cook_copy_files		*.so*
    2.31  }