libmicrohttpd: new recipe
authorOttavio Campana <ottavio@campana.vi.it>
Mon, 18 May 2009 00:51:32 +0000 (02:51 +0200)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 18 May 2009 00:51:32 +0000 (02:51 +0200)
recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb [new file with mode: 0644]

diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb
new file mode 100644 (file)
index 0000000..39860dc
--- /dev/null
@@ -0,0 +1,16 @@
+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"
+HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
+SECTION = "libs"
+LICENSE = "LGPL"
+PR = "r1"
+
+SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.4.1.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+        oe_runmake DESTDIR="${D}" install
+        autotools_stage_all
+}
+
+PN = "libmicrohttpd"