From 65c22160ee232a2ef03d9bd776e8063c171bb39c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 1 Jun 2010 21:10:26 +0200 Subject: libmicrohttpd: add 0.4.6 --- recipes/xbmc/libmicrohttpd_0.4.6.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/xbmc/libmicrohttpd_0.4.6.bb (limited to 'recipes/xbmc') diff --git a/recipes/xbmc/libmicrohttpd_0.4.6.bb b/recipes/xbmc/libmicrohttpd_0.4.6.bb new file mode 100644 index 0000000000..12f581af71 --- /dev/null +++ b/recipes/xbmc/libmicrohttpd_0.4.6.bb @@ -0,0 +1,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 +} -- cgit v1.2.3