wok diff msmtp/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents ad8b9ff412d2
children
line diff
     1.1 --- a/msmtp/receipt	Sat Feb 12 18:42:31 2022 +0000
     1.2 +++ b/msmtp/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="msmtp"
     1.7 -VERSION="1.8.7"
     1.8 +VERSION="1.8.20"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="An SMTP client that transmits a mail to an SMTP server."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -11,6 +11,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="${WEB_SITE}releases/$TARBALL"
    1.15  
    1.16 +SUGGESTED="msmtp-lang"
    1.17  DEPENDS="libssl"
    1.18  BUILD_DEPENDS="openssl-dev"
    1.19  
    1.20 @@ -25,7 +26,8 @@
    1.21  compile_rules()
    1.22  {
    1.23  	./configure			\
    1.24 -		--with-ssl=openssl	\
    1.25 +		LDFLAGS="$LDFLAGS -lrt"	\
    1.26 +		--with-tls=openssl	\
    1.27  		--without-libgsasl	\
    1.28  		--without-libidn	\
    1.29  		$CONFIGURE_ARGS &&
    1.30 @@ -36,6 +38,5 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr
    1.35 -	cp -a $install/usr/bin	$fs/usr
    1.36 +	cook_copy_folders	bin
    1.37  }