libmicrohttpd: add 0.4.6
authorKoen Kooi <koen@openembedded.org>
Tue, 1 Jun 2010 19:10:26 +0000 (21:10 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 1 Jun 2010 19:12:18 +0000 (21:12 +0200)
recipes/xbmc/libmicrohttpd_0.4.6.bb [new file with mode: 0644]

diff --git a/recipes/xbmc/libmicrohttpd_0.4.6.bb b/recipes/xbmc/libmicrohttpd_0.4.6.bb
new file mode 100644 (file)
index 0000000..12f581a
--- /dev/null
@@ -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
+}