wok diff matio/receipt @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
parents afae00265386
children 429cd2dffc4f
line diff
     1.1 --- a/matio/receipt	Tue Feb 08 16:59:06 2022 +0000
     1.2 +++ b/matio/receipt	Wed Apr 13 10:27:34 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  }