wok diff gmime/receipt @ rev 24986
Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed May 11 08:28:28 2022 -0400 (2022-05-11) |
parents | 6831608a1b2a |
children | b0069c845544 |
line diff
1.1 --- a/gmime/receipt Tue Sep 28 17:26:43 2021 +0000 1.2 +++ b/gmime/receipt Wed May 11 08:28:28 2022 -0400 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gmime" 1.7 -VERSION="3.2.6" 1.8 +VERSION="3.2.7" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Library for parsing messages using MIME." 1.11 MAINTAINER="allan316@gmail.com" 1.12 @@ -28,14 +28,13 @@ 1.13 --disable-mono \ 1.14 --disable-static \ 1.15 --build=$HOST_SYSTEM \ 1.16 - --host=$HOST_SYSTEM 2>&1 | grep -v "can't remove" && 1.17 - make -j 1 && 1.18 + --host=$HOST_SYSTEM && 1.19 + make && 1.20 make DESTDIR=$DESTDIR install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr/lib 1.27 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.28 + cook_copy_files *.so* 1.29 }