blob: 39860dcef35cfa30893a8c340b3b5714afd4ddf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
|