14 lines
610 B
Bash
14 lines
610 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/
|
|
TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications"
|
|
TERMUX_PKG_VERSION=5.49
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SHA256=3d6641213a82175c19f23fde1c3d1c841738385289eb7ca1554f4a58b96d955e
|
|
TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_DEPENDS="openssl, libutil"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-shared --with-ssl=$TERMUX_PREFIX --disable-fips"
|
|
TERMUX_PKG_RM_AFTER_INSTALL="bin/stunnel3 share/man/man8/stunnel.*.8"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" -llog"
|
|
}
|