2018-06-26 03:50:44 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://marlam.de/msmtp/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Lightweight SMTP client"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2019-09-28 14:45:22 +02:00
|
|
|
TERMUX_PKG_VERSION=1.8.6
|
2018-06-26 03:50:44 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://marlam.de/msmtp/releases/msmtp-$TERMUX_PKG_VERSION.tar.xz
|
2019-09-28 14:45:22 +02:00
|
|
|
TERMUX_PKG_SHA256=6625f147430c65ba8527f52c4fe5d4d33552d3c0fb6d793ba7df819a3b3042e1
|
2019-02-15 23:29:20 +01:00
|
|
|
TERMUX_PKG_DEPENDS="openssl, libidn2"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-tls=openssl"
|
2018-06-26 03:50:44 +02:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
additional libraries should be specified in `LIBS` instead of `LDFLAGS` if using autotools
Fixes on-device build for: alpine, autossh, direvent, heyu, krb5, msmtp, redir,
screen, socat, tinyproxy, tor.
2019-08-13 16:10:55 +02:00
|
|
|
export LIBS="-llog"
|
2018-04-07 00:55:00 +02:00
|
|
|
autoreconf -if
|
|
|
|
}
|