# HG changeset patch # User Hans-G?nter Theisgen # Date 1649861273 -3600 # Node ID 01de68420db5ec99501bd1f64165910c45ceb3dd # Parent cf6b90afa0a2d7b4e49e3ffde1b22e0f3d65c294 updated msmtp (1.8.7 -> 1.8.20) diff -r cf6b90afa0a2 -r 01de68420db5 msmtp-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msmtp-lang/receipt Wed Apr 13 15:47:53 2022 +0100 @@ -0,0 +1,16 @@ +# SliTaz package receipt. + +PACKAGE="msmtp-lang" +VERSION="1.8.20" +CATEGORY="network" +SHORT_DESC="An SMTP client that transmits a mail to an SMTP server - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL3" +WEB_SITE="https://marlam.de/msmtp/" + +WANTED="msmtp" + +genpkg_rules() +{ + cook_copy_folders locale +} diff -r cf6b90afa0a2 -r 01de68420db5 msmtp/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/msmtp/description.txt Wed Apr 13 15:47:53 2022 +0100 @@ -0,0 +1,7 @@ +Msmtp is an SMTP client. + +In the default mode, it transmits a mail to an SMTP server which takes care +of further delivery. +To use this program with your mail user agent (MUA), create a configuration +file with your mail account(s) and tell your MUA to call msmtp instead of +/usr/sbin/sendmail. diff -r cf6b90afa0a2 -r 01de68420db5 msmtp/receipt --- a/msmtp/receipt Wed Apr 13 14:23:00 2022 +0100 +++ b/msmtp/receipt Wed Apr 13 15:47:53 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="msmtp" -VERSION="1.8.7" +VERSION="1.8.20" CATEGORY="network" SHORT_DESC="An SMTP client that transmits a mail to an SMTP server." MAINTAINER="pankso@slitaz.org" @@ -11,6 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="${WEB_SITE}releases/$TARBALL" +SUGGESTED="msmtp-lang" DEPENDS="libssl" BUILD_DEPENDS="openssl-dev" @@ -25,7 +26,8 @@ compile_rules() { ./configure \ - --with-ssl=openssl \ + LDFLAGS="$LDFLAGS -lrt" \ + --with-tls=openssl \ --without-libgsasl \ --without-libidn \ $CONFIGURE_ARGS && @@ -36,6 +38,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }