diff options
author | Ottavio Campana <ottavio@campana.vi.it> | 2009-05-18 02:51:32 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-18 02:51:32 +0200 |
commit | 0533f8261c387f1f047aa12a1226a096e4fa5284 (patch) | |
tree | ea9a22737374cfc91b0dde2714639c3fa3345f10 /recipes/libmicrohttpd | |
parent | b90bc146cdd0db2f49e52a27a158cc617ff28562 (diff) |
libmicrohttpd: new recipe
Diffstat (limited to 'recipes/libmicrohttpd')
-rw-r--r-- | 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 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" |