blob: cdf721c26e1995af84b402aae477daa53ff8012a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "easy to embed and small HTTP server as a C library"
AUTHOR = "Christian Grothoff <christian@grothoff.org>"
HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
SECTION = "libs"
LICENSE = "LGPL"
PR = "r2"
SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${PV}.tar.gz"
inherit autotools pkgconfig
do_stage() {
oe_runmake DESTDIR="${D}" install
autotools_stage_all
}
|