|
|
@ -1,8 +1,8 @@ |
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.mutt.org/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Mail client with patches from neomutt" |
|
|
|
TERMUX_PKG_VERSION=1.9.0 |
|
|
|
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=ec6d7595d3a1f26ae9f565b5ba5ffee94f9b2dc0683b0014684f2dc874f9e2d4 |
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl, mime-support" |
|
|
|
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" |
|
|
|