buildrootschalter/package/libmicrohttpd/libmicrohttpd.mk
Will Newton 1a9015f5d5 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>
2009-09-20 19:34:41 +01:00

15 lines
453 B
Makefile

#############################################################
#
# 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))