mutt: Update from 1.7.1 to 1.7.2
This commit is contained in:
parent
6b394976de
commit
25e058f3d8
@ -1,8 +1,8 @@
|
||||
TERMUX_PKG_HOMEPAGE=http://www.mutt.org/
|
||||
TERMUX_PKG_DESCRIPTION="Mail client with patches from neomutt"
|
||||
TERMUX_PKG_VERSION=1.7.1
|
||||
TERMUX_PKG_VERSION=1.7.2
|
||||
TERMUX_PKG_SRCURL=ftp://ftp.mutt.org/pub/mutt/mutt-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=e9c6f88e83d48690033f0d862a70293ac746286b77241554f5448bc23bd0d6df
|
||||
TERMUX_PKG_SHA256=1553501687cd22d5b8aaee4dc5a7d9dcf6cc61d7956f6aabaadd252d10cd5ff9
|
||||
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"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-exec-shell=$TERMUX_PREFIX/bin/sh"
|
||||
@ -21,7 +21,7 @@ termux_step_post_configure () {
|
||||
}
|
||||
|
||||
termux_step_post_make_install () {
|
||||
cp $TERMUX_PKG_SRCDIR/doc/mutt.man $TERMUX_PREFIX/share/man/man1/mutt.1.man
|
||||
cp $TERMUX_PKG_SRCDIR/doc/mutt.man $TERMUX_PREFIX/share/man/man1/mutt.1.man
|
||||
mkdir -p $TERMUX_PREFIX/share/examples/mutt/
|
||||
cp $TERMUX_PKG_BUILDER_DIR/gpg.rc $TERMUX_PREFIX/share/examples/mutt/gpg.rc
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user