packages/libcheckpath1/build.sh: Fix description.
[termux-packages] / packages / stunnel / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/
2 TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications"
3 TERMUX_PKG_VERSION=5.44
4 TERMUX_PKG_SHA256=990a325dbb47d77d88772dd02fbbd27d91b1fea3ece76c9ff4461eca93f12299
5 TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_DEPENDS="openssl, libutil"
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-shared --with-ssl=$TERMUX_PREFIX --disable-fips"
8 TERMUX_PKG_RM_AFTER_INSTALL="bin/stunnel3 share/man/man8/stunnel.*.8"
9
10 termux_step_pre_configure() {
11 LDFLAGS+=" -llog"
12 }