summaryrefslogtreecommitdiffstats
path: root/recipes/xbmc/libmicrohttpd_0.4.6.bb
blob: 12f581af71a0e9433402ff6e85cb299cb5145c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application."
LICENSE = "LGPLv2.1"

SRC_URI = "ftp://ftp.nluug.nl/pub/gnu/libmicrohttpd//libmicrohttpd-${PV}.tar.gz"
SRC_URI[md5sum] = "61698da6aa04744ea076c327f66fc05a"
SRC_URI[sha256sum] = "0cb09e26678d1531a4fd40a748abff5142bfdad3ae11cfe3bb7ad7317a99e371"

DEPENDS = "libgrypt curl"

inherit autotools lib_package

do_compile_append() {
	sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc
}