mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 14:40:26 +00:00
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.17"
|
|
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/mailutils/mailutils-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=fa49bacec37566fe52f88221d3871673a633aeee0cd923cc3a8e65bbef2b84e9
|
|
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"
|
|
}
|