From 0533f8261c387f1f047aa12a1226a096e4fa5284 Mon Sep 17 00:00:00 2001 From: Ottavio Campana Date: Mon, 18 May 2009 02:51:32 +0200 Subject: libmicrohttpd: new recipe --- recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb (limited to 'recipes/libmicrohttpd') diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.1.bb new file mode 100644 index 0000000000..39860dcef3 --- /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" -- cgit v1.2.3