wok diff msmtp/receipt @ rev 22571

updated bullet and bullet-dev (2.82-r2704 -> 2.89)
author Hans-G?nter Theisgen
date Mon Jan 06 09:36:50 2020 +0100 (2020-01-06)
parents 2b9f96603415
children 6eddddd08919
line diff
     1.1 --- a/msmtp/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/msmtp/receipt	Mon Jan 06 09:36:50 2020 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="msmtp"
     1.7 -VERSION="1.4.27"
     1.8 +VERSION="1.8.4"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="An SMTP client who transmits a mail to an SMTP server."
    1.11 +SHORT_DESC="An SMTP client that transmits a mail to an SMTP server."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://msmtp.sourceforge.net/"
    1.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17 +WEB_SITE="https://marlam.de/msmtp/"
    1.18 +
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.20 +WGET_URL="${WEB_SITE}releases/$TARBALL"
    1.21  
    1.22  DEPENDS="libssl"
    1.23  BUILD_DEPENDS="openssl-dev"
    1.24 @@ -16,14 +17,13 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	./configure \
    1.30 -		--with-ssl=openssl \
    1.31 -		--without-gnome-keyring \
    1.32 -		--without-libgsasl \
    1.33 -		--without-libidn \
    1.34 +	./configure			\
    1.35 +		--with-ssl=openssl	\
    1.36 +		--without-libgsasl	\
    1.37 +		--without-libidn	\
    1.38  		$CONFIGURE_ARGS &&
    1.39 -	make && make install
    1.40 +	make &&
    1.41 +	make install
    1.42  }
    1.43  
    1.44  # Rules to gen a SliTaz package suitable for Tazpkg.