2018-08-09 23:33:57 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://tls.mbed.org/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Light-weight cryptographic and SSL/TLS library"
|
|
|
|
TERMUX_PKG_MAINTAINER="Andy Li @andyli"
|
2018-09-15 21:57:11 +02:00
|
|
|
TERMUX_PKG_VERSION=2.13.0
|
|
|
|
TERMUX_PKG_SHA256=593b4e4d2e1629fc407ab4750d69fa309a0ddb66565dc3deb5b60eddbdeb06da
|
|
|
|
TERMUX_PKG_SRCURL=https://tls.mbed.org/download/mbedtls-$TERMUX_PKG_VERSION-apache.tgz
|
2018-08-09 23:33:57 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
2018-08-10 00:01:05 +02:00
|
|
|
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF
|
2018-08-09 23:33:57 +02:00
|
|
|
-DUSE_SHARED_MBEDTLS_LIBRARY=ON
|
|
|
|
-DENABLE_TESTING=OFF
|
|
|
|
-DENABLE_PROGRAMS=OFF
|
2018-08-10 00:01:05 +02:00
|
|
|
"
|