2019-02-10 02:16:32 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://libcoap.net/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Implementation of CoAP, a lightweight protocol for resource constrained devices"
|
|
|
|
TERMUX_PKG_LICENSE="BSD 2-Clause"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-07-14 06:18:48 +02:00
|
|
|
TERMUX_PKG_VERSION=4.3.0
|
2019-02-10 02:16:32 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/obgm/libcoap/archive/v$TERMUX_PKG_VERSION.tar.gz
|
2021-07-14 06:18:48 +02:00
|
|
|
TERMUX_PKG_SHA256=1a195adacd6188d3b71c476e7b21706fef7f3663ab1fb138652e8da49a9ec556
|
2019-02-10 02:16:32 +01:00
|
|
|
TERMUX_PKG_DEPENDS="openssl"
|
2019-07-20 10:42:33 +02:00
|
|
|
TERMUX_PKG_BREAKS="libcoap-dev"
|
|
|
|
TERMUX_PKG_REPLACES="libcoap-dev"
|
2019-02-10 02:16:32 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-openssl --disable-doxygen"
|
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
}
|