# HG changeset patch # User Stanislas Leduc # Date 1697455826 0 # Node ID da017cb8b9d1508fac3238aeb0796dc4e6ee8192 # Parent e2712984772068adfd1852fac19441ad5d13be2c Clean .la in missing dev receipt diff -r e27129847720 -r da017cb8b9d1 fftw-dev/receipt --- a/fftw-dev/receipt Thu Oct 12 04:49:39 2023 +0000 +++ b/fftw-dev/receipt Mon Oct 16 11:30:26 2023 +0000 @@ -16,5 +16,4 @@ { cook_copy_folders include cook_copy_folders pkgconfig - cook_copy_files *.*a } diff -r e27129847720 -r da017cb8b9d1 graphviz-dev/receipt --- a/graphviz-dev/receipt Thu Oct 12 04:49:39 2023 +0000 +++ b/graphviz-dev/receipt Mon Oct 16 11:30:26 2023 +0000 @@ -14,10 +14,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/graphviz - - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/graphviz/*.la $fs/usr/lib/graphviz + mkdir -p $fs/usr cook_copy_folders include } diff -r e27129847720 -r da017cb8b9d1 guile-dev/receipt --- a/guile-dev/receipt Thu Oct 12 04:49:39 2023 +0000 +++ b/guile-dev/receipt Mon Oct 16 11:30:26 2023 +0000 @@ -17,6 +17,5 @@ mkdir -p $fs/usr/lib $fs/usr/share cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/share/aclocal $fs/usr/share } diff -r e27129847720 -r da017cb8b9d1 ilmbase-dev/receipt --- a/ilmbase-dev/receipt Thu Oct 12 04:49:39 2023 +0000 +++ b/ilmbase-dev/receipt Mon Oct 16 11:30:26 2023 +0000 @@ -18,5 +18,4 @@ cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r e27129847720 -r da017cb8b9d1 imagemagick-dev/receipt --- a/imagemagick-dev/receipt Thu Oct 12 04:49:39 2023 +0000 +++ b/imagemagick-dev/receipt Mon Oct 16 11:30:26 2023 +0000 @@ -20,5 +20,4 @@ { cook_copy_folders include cook_copy_folders pkgconfig - cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r e27129847720 -r da017cb8b9d1 jansson-dev/receipt --- a/jansson-dev/receipt Thu Oct 12 04:49:39 2023 +0000 +++ b/jansson-dev/receipt Mon Oct 16 11:30:26 2023 +0000 @@ -17,4 +17,7 @@ genpkg_rules() { get_dev_files + + # Ensure remove .la files + find $fs -name "*.la" -delete } diff -r e27129847720 -r da017cb8b9d1 libgd-dev/receipt --- a/libgd-dev/receipt Thu Oct 12 04:49:39 2023 +0000 +++ b/libgd-dev/receipt Mon Oct 16 11:30:26 2023 +0000 @@ -22,5 +22,4 @@ cook_copy_folders include cook_copy_folders pkgconfig - cook_copy_files *.*a } diff -r e27129847720 -r da017cb8b9d1 libgtop-dev/receipt --- a/libgtop-dev/receipt Thu Oct 12 04:49:39 2023 +0000 +++ b/libgtop-dev/receipt Mon Oct 16 11:30:26 2023 +0000 @@ -15,4 +15,7 @@ genpkg_rules() { get_dev_files + + # Ensure remove .la files + find $fs -name "*.la" -delete }