summaryrefslogtreecommitdiffstats
path: root/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-18 03:27:48 +0200
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-18 03:27:48 +0200
commitf2f3e71e9fcc0fdd0aa73bfa5960ff27d0a70c2a (patch)
treea19d0c24f18f2bf4e3c980cb326413146a86f30f /recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb
parent1b4f3b70c8e445a866b5fe5e721db2b7092d5472 (diff)
downloadopenembedded-f2f3e71e9fcc0fdd0aa73bfa5960ff27d0a70c2a.tar.gz
libmicrohttpd: update to 0.4.2
Diffstat (limited to 'recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb')
-rw-r--r--recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb
new file mode 100644
index 0000000000..cdf721c26e
--- /dev/null
+++ b/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "easy to embed and small HTTP server as a C library"
+AUTHOR = "Christian Grothoff <christian@grothoff.org>"
+HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
+SECTION = "libs"
+LICENSE = "LGPL"
+PR = "r2"
+
+SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake DESTDIR="${D}" install
+ autotools_stage_all
+}