mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-07 20:10:04 +00:00
fd3792ab98
This commit has been automatically submitted by Github Actions.
26 lines
900 B
Bash
26 lines
900 B
Bash
TERMUX_PKG_HOMEPAGE=https://mailutils.org/
|
|
TERMUX_PKG_DESCRIPTION="Mailutils is a swiss army knife of electronic mail handling. "
|
|
TERMUX_PKG_LICENSE="LGPL-3.0, GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="3.18"
|
|
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/mailutils/mailutils-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=559049c8d8516041528a906c139d9bb7a62f1d05d7e5617fa8fe0f231a131577
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libandroid-glob, libcrypt, libiconv, libltdl, libunistring, ncurses, readline"
|
|
# Most of these configure arguments are for avoiding automagic dependencies.
|
|
# You may instead add dependencies properly and enable them.
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--disable-python
|
|
--without-gssapi
|
|
--without-gnutls
|
|
--without-gdbm
|
|
--without-berkeley-db
|
|
--without-fribidi
|
|
--without-ldap
|
|
--without-guile
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
export LIBS="-landroid-glob"
|
|
}
|