# HG changeset patch # User Hans-G?nter Theisgen # Date 1556792080 -3600 # Node ID bc3d22d1570363b001aac94a7f2a7ae9dadc832c # Parent 08d56db131188a7988bba9f63db18a404b4f1029 updated msgmtp (1.4.27 -> 1.8.4) diff -r 08d56db13118 -r bc3d22d15703 msmtp/receipt --- a/msmtp/receipt Thu May 02 11:00:56 2019 +0100 +++ b/msmtp/receipt Thu May 02 11:14:40 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="msmtp" -VERSION="1.4.27" +VERSION="1.8.4" CATEGORY="network" -SHORT_DESC="An SMTP client who transmits a mail to an SMTP server." +SHORT_DESC="An SMTP client that transmits a mail to an SMTP server." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://msmtp.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WEB_SITE="https://marlam.de/msmtp/" + +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="${WEB_SITE}releases/$TARBALL" DEPENDS="libssl" BUILD_DEPENDS="openssl-dev" @@ -16,14 +17,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --with-ssl=openssl \ - --without-gnome-keyring \ - --without-libgsasl \ - --without-libidn \ + ./configure \ + --with-ssl=openssl \ + --without-libgsasl \ + --without-libidn \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.