Browse Source

mutt: Bump build revision after openssl fix

android-5
Fredrik Fornwall 9 years ago
parent
commit
ff1a2ccc64
  1. 1
      packages/mutt/build.sh

1
packages/mutt/build.sh

@ -1,6 +1,7 @@
TERMUX_PKG_HOMEPAGE=http://www.mutt.org/ TERMUX_PKG_HOMEPAGE=http://www.mutt.org/
TERMUX_PKG_DESCRIPTION="Mail client" TERMUX_PKG_DESCRIPTION="Mail client"
TERMUX_PKG_VERSION=1.5.23 TERMUX_PKG_VERSION=1.5.23
TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_SRCURL=https://bitbucket.org/mutt/mutt/downloads/mutt-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SRCURL=https://bitbucket.org/mutt/mutt/downloads/mutt-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, openssl" TERMUX_PKG_DEPENDS="libandroid-support, ncurses, openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed"

Loading…
Cancel
Save