37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
17 lines
523 B
Bash
17 lines
523 B
Bash
TERMUX_PKG_HOMEPAGE=https://tls.mbed.org/
|
|
TERMUX_PKG_DESCRIPTION="Light-weight cryptographic and SSL/TLS library"
|
|
TERMUX_PKG_LICENSE="Apache-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_SRCURL=https://github.com/ARMmbed/mbedtls.git
|
|
TERMUX_PKG_VERSION=2.24.0
|
|
TERMUX_PKG_GIT_BRANCH=mbedtls-$TERMUX_PKG_VERSION
|
|
TERMUX_PKG_BREAKS="mbedtls-dev"
|
|
TERMUX_PKG_REPLACES="mbedtls-dev"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF
|
|
-DUSE_SHARED_MBEDTLS_LIBRARY=ON
|
|
-DENABLE_TESTING=OFF
|
|
-DENABLE_PROGRAMS=OFF
|
|
"
|