2018-07-16 20:45:36 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
2018-12-04 21:58:44 +00:00
|
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
2011-01-09 18:35:25 +01:00
|
|
|
|
2010-11-13 16:42:49 +01:00
|
|
|
PKG_NAME="libmicrohttpd"
|
2024-02-24 05:23:44 +00:00
|
|
|
PKG_VERSION="1.0.1"
|
|
|
|
PKG_SHA256="a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94"
|
2015-09-16 16:33:48 +02:00
|
|
|
PKG_LICENSE="LGPLv2.1"
|
2024-02-24 05:23:44 +00:00
|
|
|
PKG_SITE="https://www.gnu.org/software/libmicrohttpd/"
|
2021-01-19 19:34:21 +00:00
|
|
|
PKG_URL="http://ftpmirror.gnu.org/libmicrohttpd/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
2021-02-25 23:47:37 +01:00
|
|
|
PKG_DEPENDS_TARGET="toolchain gnutls"
|
2018-10-22 15:06:12 +02:00
|
|
|
PKG_LONGDESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application."
|
2013-12-23 22:26:27 +01:00
|
|
|
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
|
|
|
--enable-static \
|
2022-05-12 21:22:18 +02:00
|
|
|
--disable-examples \
|
2013-12-23 22:26:27 +01:00
|
|
|
--disable-curl \
|
2021-02-25 23:47:37 +01:00
|
|
|
--enable-https"
|
2013-12-23 22:26:27 +01:00
|
|
|
|
|
|
|
post_makeinstall_target() {
|
2021-01-19 19:34:21 +00:00
|
|
|
rm -rf ${INSTALL}/usr/bin
|
2013-12-23 22:26:27 +01:00
|
|
|
}
|