[oe-commits] Ottavio Campana : libmicrohttpd: new recipe

GIT User account git at amethyst.openembedded.net
Mon May 18 09:42:41 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 0533f8261c387f1f047aa12a1226a096e4fa5284
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0533f8261c387f1f047aa12a1226a096e4fa5284

Author: Ottavio Campana <ottavio at campana.vi.it>
Date:   Mon May 18 02:51:32 2009 +0200

libmicrohttpd: new recipe

---

 recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb
new file mode 100644
index 0000000..39860dc
--- /dev/null
+++ b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb
@@ -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"





More information about the Openembedded-commits mailing list