mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libmicrohttpd: New package.
libmicrohttpd is a library that allows embedding an HTTP server into an application with a small code and memory footprint. Signed-off-by: Will Newton <will.newton@gmail.com>
This commit is contained in:
7
package/libmicrohttpd/Config.in
Normal file
7
package/libmicrohttpd/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LIBMICROHTTPD
|
||||
bool "libmicrohttpd"
|
||||
select BR2_PACKAGE_LIBGCRYPT
|
||||
default n
|
||||
help
|
||||
GNU libmicrohttpd is a small C library that makes it easy to
|
||||
run an HTTP server as part of another application.
|
||||
14
package/libmicrohttpd/libmicrohttpd.mk
Normal file
14
package/libmicrohttpd/libmicrohttpd.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
#############################################################
|
||||
#
|
||||
# libmicrohttpd
|
||||
#
|
||||
#############################################################
|
||||
LIBMICROHTTPD_VERSION:=0.4.2
|
||||
LIBMICROHTTPD_SOURCE:=libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz
|
||||
LIBMICROHTTPD_SITE:=$(BR2_GNU_MIRROR)/libmicrohttpd
|
||||
LIBMICROHTTPD_LIBTOOL_PATCH = NO
|
||||
LIBMICROHTTPD_INSTALL_STAGING = YES
|
||||
|
||||
LIBMICROHTTPD_DEPENDENCIES = libgcrypt
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,libmicrohttpd))
|
||||
Reference in New Issue
Block a user