Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
5 additions and
3 deletions
-
packages/mutt/build.sh
|
|
@ -1,11 +1,11 @@ |
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.mutt.org/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Mail client with patches from neomutt" |
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
|
TERMUX_PKG_VERSION=1.11.4 |
|
|
|
TERMUX_PKG_REVISION=2 |
|
|
|
TERMUX_PKG_SHA256=b651357ea6c8762178080493991c77ecb111d916d171d422500257ab48be2801 |
|
|
|
TERMUX_PKG_VERSION=1.12.0 |
|
|
|
TERMUX_PKG_SRCURL=ftp://ftp.mutt.org/pub/mutt/mutt-${TERMUX_PKG_VERSION}.tar.gz |
|
|
|
TERMUX_PKG_SHA256=ca12448784ed7b6c86d498921e18bc7b152d45494a452df56a7a0c8aaf13f98f |
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl, mime-support, zlib, libiconv" |
|
|
|
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
|
mutt_cv_c99_snprintf=yes |
|
|
|
mutt_cv_c99_vsnprintf=yes |
|
|
@ -22,6 +22,7 @@ mutt_cv_c99_vsnprintf=yes |
|
|
|
--with-sasl |
|
|
|
--with-ssl |
|
|
|
" |
|
|
|
|
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL=" |
|
|
|
bin/flea |
|
|
|
bin/muttbug |
|
|
@ -29,6 +30,7 @@ share/man/man1/muttbug.1 |
|
|
|
share/man/man1/flea.1 |
|
|
|
etc/mime.types |
|
|
|
" |
|
|
|
|
|
|
|
TERMUX_PKG_CONFFILES="etc/Muttrc" |
|
|
|
|
|
|
|
termux_step_post_configure() { |
|
|
|