Files
termux-pacman-bot 88c2ae691f fix(*): Replace ftp.gnu.org with mirrors.kernel.org
Replace ftp.gnu.org with mirrors.kernel.org since the second has been a
lot more stable and performant over time than the first (and ftp.gnu.org
is currently experiencing intermittent problems).

See e.g. 9937b7487379513651c67649e6adcc36d8262100

%ci:no-build
2025-09-15 15:37:29 +00:00

20 lines
748 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.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.0.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libmicrohttpd/libmicrohttpd-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=df324fcd0834175dab07483133902d9774a605bfa298025f69883288fd20a8c7
TERMUX_PKG_AUTO_UPDATE=true
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"