X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7486d4dfdce0f9015c230d84a09df44f137f4c70..d153533e759d1d7069b1fd3c565adaca0b8b362b:/packages/mutt/build.sh diff --git a/packages/mutt/build.sh b/packages/mutt/build.sh index 69037b3a..fc32d6d2 100644 --- a/packages/mutt/build.sh +++ b/packages/mutt/build.sh @@ -1,18 +1,33 @@ TERMUX_PKG_HOMEPAGE=http://www.mutt.org/ TERMUX_PKG_DESCRIPTION="Mail client with patches from neomutt" -TERMUX_PKG_VERSION=1.8.2 +TERMUX_PKG_VERSION=1.9.1 +TERMUX_PKG_SHA256=749b83a96373c6e2101ebe8c4b9a651735e02c478edb750750a5146a15d91bb1 TERMUX_PKG_SRCURL=ftp://ftp.mutt.org/pub/mutt/mutt-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=1d057bf1b565f2c38ee50c9a661654cbbe4165f98e25bfa361ebbd707d96f235 -TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed --without-idn --enable-hcache --with-sasl --enable-sidebar" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-exec-shell=$TERMUX_PREFIX/bin/sh" -# The mutt autoconf guesses no for working (v)snprintf and uses broken local versions - avoid that: -TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" mutt_cv_c99_snprintf=yes mutt_cv_c99_vsnprintf=yes" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-gpgme" -# TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-sasl" -# bin/{flea,muttbug}: File bug against mutt: -TERMUX_PKG_RM_AFTER_INSTALL="bin/flea bin/muttbug share/man/man1/muttbug.1 share/man/man1/flea.1" -TERMUX_PKG_CONFFILES="etc/mime.types etc/Muttrc" +TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl, mime-support" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" +mutt_cv_c99_snprintf=yes +mutt_cv_c99_vsnprintf=yes +--disable-gpgme +--enable-compressed +--enable-hcache +--enable-imap +--enable-pop +--enable-sidebar +--enable-smtp +--with-exec-shell=$TERMUX_PREFIX/bin/sh +--with-mailpath=$TERMUX_PREFIX/var/mail +--without-idn +--with-sasl +--with-ssl +" +TERMUX_PKG_RM_AFTER_INSTALL=" +bin/flea +bin/muttbug +share/man/man1/muttbug.1 +share/man/man1/flea.1 +etc/mime.types +" +TERMUX_PKG_CONFFILES="etc/Muttrc" termux_step_post_configure () { # Build wants to run mutt_md5 and makedoc: