# HG changeset patch # User Hans-G?nter Theisgen # Date 1582204447 -3600 # Node ID 2622a9066658693c7a55142d5f4ea3685cde3960 # Parent 3cc12822b466e7e9ed7057b2950230862fac46fd updated gmime and gmime-dev (3.2.3 -> 3.2.6) diff -r 3cc12822b466 -r 2622a9066658 gmime-dev/receipt --- a/gmime-dev/receipt Thu Feb 20 13:48:36 2020 +0100 +++ b/gmime-dev/receipt Thu Feb 20 14:14:07 2020 +0100 @@ -1,20 +1,21 @@ # SliTaz package receipt. PACKAGE="gmime-dev" -VERSION="3.2.3" +VERSION="3.2.6" CATEGORY="development" SHORT_DESC="Library for parsing messages using MIME." MAINTAINER="allan316@gmail.com" LICENSE="LGPL2.1" WEB_SITE="http://spruce.sourceforge.net/gmime" +DEPENDS="gmime gpgme-dev pkg-config" WANTED="gmime" -DEPENDS="gmime gpgme-dev pkg-config" # 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 diff -r 3cc12822b466 -r 2622a9066658 gmime/receipt --- a/gmime/receipt Thu Feb 20 13:48:36 2020 +0100 +++ b/gmime/receipt Thu Feb 20 14:14:07 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gmime" -VERSION="3.2.3" +VERSION="3.2.6" CATEGORY="development" SHORT_DESC="Library for parsing messages using MIME." MAINTAINER="allan316@gmail.com" @@ -17,11 +17,11 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --enable-smime \ - --disable-mono \ - --disable-static \ - --build=$HOST_SYSTEM \ + ./configure \ + --enable-smime \ + --disable-mono \ + --disable-static \ + --build=$HOST_SYSTEM \ --host=$HOST_SYSTEM 2>&1 | grep -v "can't remove" && make -j 1 && make DESTDIR=$DESTDIR install @@ -31,5 +31,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }