wok diff gmime/receipt @ rev 23502
updated python-ldap (2.4.9 -> 3.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 08:15:43 2020 +0100 (2020-04-06) |
parents | adad2701522a |
children | 6831608a1b2a |
line diff
1.1 --- a/gmime/receipt Tue Mar 05 17:56:52 2019 +0100 1.2 +++ b/gmime/receipt Mon Apr 06 08:15:43 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gmime" 1.7 -VERSION="3.2.3" 1.8 +VERSION="3.2.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Library for parsing messages using MIME." 1.11 MAINTAINER="allan316@gmail.com" 1.12 @@ -17,11 +17,11 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - ./configure \ 1.17 - --enable-smime \ 1.18 - --disable-mono \ 1.19 - --disable-static \ 1.20 - --build=$HOST_SYSTEM \ 1.21 + ./configure \ 1.22 + --enable-smime \ 1.23 + --disable-mono \ 1.24 + --disable-static \ 1.25 + --build=$HOST_SYSTEM \ 1.26 --host=$HOST_SYSTEM 2>&1 | grep -v "can't remove" && 1.27 make -j 1 && 1.28 make DESTDIR=$DESTDIR install 1.29 @@ -31,5 +31,5 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/lib 1.33 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.35 }