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
19 lines
712 B
Bash
19 lines
712 B
Bash
TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/
|
|
TERMUX_PKG_DESCRIPTION="A small C library that is supposed to make it easy to run an HTTP server as part of another application"
|
|
TERMUX_PKG_LICENSE="LGPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.9.71
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182
|
|
TERMUX_PKG_DEPENDS="libgnutls"
|
|
TERMUX_PKG_BREAKS="libmicrohttpd-dev"
|
|
TERMUX_PKG_REPLACES="libmicrohttpd-dev"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--disable-examples
|
|
--enable-curl
|
|
--enable-https
|
|
--enable-largefile
|
|
--enable-messages"
|