# HG changeset patch # User Hans-G?nter Theisgen # Date 1648740670 -3600 # Node ID 870a10e2d8f5b21e1bdf56f9069d91da3311caca # Parent f4e11d380d5689f556f4896630110f879edaef1c updated matio and matio-dev (1.5.18 -> 1.5.22) diff -r f4e11d380d56 -r 870a10e2d8f5 matio-dev/receipt --- a/matio-dev/receipt Thu Mar 31 14:47:26 2022 +0100 +++ b/matio-dev/receipt Thu Mar 31 16:31:10 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="matio-dev" -VERSION="1.5.18" +VERSION="1.5.22" CATEGORY="development" SHORT_DESC="Library for reading and writing Matlab MAT files - development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,9 +14,5 @@ # 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/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + get_dev_files } diff -r f4e11d380d56 -r 870a10e2d8f5 matio/receipt --- a/matio/receipt Thu Mar 31 14:47:26 2022 +0100 +++ b/matio/receipt Thu Mar 31 16:31:10 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="matio" -VERSION="1.5.18" +VERSION="1.5.22" CATEGORY="development" SHORT_DESC="Library for reading and writing Matlab MAT files." MAINTAINER="pascal.bellard@slitaz.org" @@ -29,15 +29,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make -j 1 && - make DESTDIR=$DESTDIR install + make && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_folders bin + cook_copy_files *.so* }