mutt: Update from 1.5.23 to 1.5.24
[termux-packages] / packages / mutt / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.mutt.org/
2 TERMUX_PKG_DESCRIPTION="Mail client"
3 TERMUX_PKG_VERSION=1.5.24
4 TERMUX_PKG_SRCURL=https://bitbucket.org/mutt/mutt/downloads/mutt-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_DEPENDS="libandroid-support, ncurses, openssl"
6 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed"
7
8 termux_step_post_make_install () {
9 cp $TERMUX_PKG_SRCDIR/doc/mutt.man $TERMUX_PREFIX/share/man/man1/mutt.1.man
10 }