wok diff matio/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents afae00265386
children 429cd2dffc4f
line diff
     1.1 --- a/matio/receipt	Tue Feb 08 16:59:06 2022 +0000
     1.2 +++ b/matio/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="matio"
     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."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -29,15 +29,13 @@
    1.13  		--infodir=/usr/share/info	\
    1.14  		--mandir=/usr/share/man		\
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make -j 1 &&
    1.17 -	make DESTDIR=$DESTDIR install
    1.18 +	make &&
    1.19 +	make install DESTDIR=$DESTDIR
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -
    1.27 -	cp -a $install/usr/bin		$fs/usr
    1.28 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.29 +	cook_copy_folders	bin
    1.30 +	cook_copy_files		*.so*
    1.31  }