All of lore.kernel.org
 help / color / mirror / Atom feed
* receipe for libmicrohttpd
@ 2009-04-30 14:04 Ottavio Campana
  2009-04-30 14:22 ` Graeme Gregory
  0 siblings, 1 reply; 5+ messages in thread
From: Ottavio Campana @ 2009-04-30 14:04 UTC (permalink / raw)
  To: openembedded-devel

I wrote the receipe for libmicrohttpd, a LPGL library used to embedded a
web server in programs.

It works for me, but I'd like to have some feedback from you, if it is
good or not and if you'd like to add it to OE.

Ottavio

PR = "r1"
PN = "libmicrohttpd"
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"

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
}

do_qa_staging () {
}

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-02 22:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 14:04 receipe for libmicrohttpd Ottavio Campana
2009-04-30 14:22 ` Graeme Gregory
2009-04-30 15:53   ` Ottavio Campana
2009-04-30 21:26     ` Graeme Gregory
2009-05-02 22:31       ` Marc Humphreys

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.