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-07-14 19:39:23 +02:00
|
|
|
TERMUX_PKG_VERSION=1.8.5
|
2018-06-26 03:50:44 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://marlam.de/msmtp/releases/msmtp-$TERMUX_PKG_VERSION.tar.xz
|
2019-07-14 19:39:23 +02:00
|
|
|
TERMUX_PKG_SHA256=1613daced9c47b8c028224fc076799c2a4d72923e242be4e9e5c984cbbbb9f39
|
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
|
|
|
|
}
|