libxine: update to version 1.1.19
[openembedded.git] / recipes / xbmc / libmicrohttpd_0.4.6.bb
blobd46448ec3aaa9f073edd9d38d241f14e57a21bea
1 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."
2 LICENSE = "LGPLv2.1"
4 SRC_URI = "ftp://ftp.nluug.nl/pub/gnu/libmicrohttpd//libmicrohttpd-${PV}.tar.gz"
5 SRC_URI[md5sum] = "61698da6aa04744ea076c327f66fc05a"
6 SRC_URI[sha256sum] = "0cb09e26678d1531a4fd40a748abff5142bfdad3ae11cfe3bb7ad7317a99e371"
8 DEPENDS = "libgcrypt curl"
10 inherit autotools lib_package
12 do_compile_append() {
13 sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc