wok rev 24928

updated msmtp (1.8.7 -> 1.8.20)
author Hans-G?nter Theisgen
date Wed Apr 13 15:47:53 2022 +0100 (2022-04-13)
parents cf6b90afa0a2
children 93cf4f2340c6
files msmtp-lang/receipt msmtp/description.txt msmtp/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/msmtp-lang/receipt	Wed Apr 13 15:47:53 2022 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="msmtp-lang"
     1.7 +VERSION="1.8.20"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="An SMTP client that transmits a mail to an SMTP server - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://marlam.de/msmtp/"
    1.13 +
    1.14 +WANTED="msmtp"
    1.15 +
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	cook_copy_folders	locale
    1.19 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/msmtp/description.txt	Wed Apr 13 15:47:53 2022 +0100
     2.3 @@ -0,0 +1,7 @@
     2.4 +Msmtp is an SMTP client.
     2.5 +
     2.6 +In the default mode, it transmits a mail to an SMTP server which takes care
     2.7 +of further delivery.
     2.8 +To use this program with your mail user agent (MUA), create a configuration
     2.9 +file with your mail account(s) and tell your MUA to call msmtp instead of
    2.10 +/usr/sbin/sendmail.
     3.1 --- a/msmtp/receipt	Wed Apr 13 14:23:00 2022 +0100
     3.2 +++ b/msmtp/receipt	Wed Apr 13 15:47:53 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="msmtp"
     3.7 -VERSION="1.8.7"
     3.8 +VERSION="1.8.20"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="An SMTP client that transmits a mail to an SMTP server."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -11,6 +11,7 @@
    3.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.14  WGET_URL="${WEB_SITE}releases/$TARBALL"
    3.15  
    3.16 +SUGGESTED="msmtp-lang"
    3.17  DEPENDS="libssl"
    3.18  BUILD_DEPENDS="openssl-dev"
    3.19  
    3.20 @@ -25,7 +26,8 @@
    3.21  compile_rules()
    3.22  {
    3.23  	./configure			\
    3.24 -		--with-ssl=openssl	\
    3.25 +		LDFLAGS="$LDFLAGS -lrt"	\
    3.26 +		--with-tls=openssl	\
    3.27  		--without-libgsasl	\
    3.28  		--without-libidn	\
    3.29  		$CONFIGURE_ARGS &&
    3.30 @@ -36,6 +38,5 @@
    3.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.32  genpkg_rules()
    3.33  {
    3.34 -	mkdir -p $fs/usr
    3.35 -	cp -a $install/usr/bin	$fs/usr
    3.36 +	cook_copy_folders	bin
    3.37  }