package/libhttpserver: new package
authorStephan Hoffmann <stephan.hoffmann@ext.grandcentrix.net>
Tue, 24 Sep 2019 12:27:54 +0000 (14:27 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Sep 2019 20:58:10 +0000 (22:58 +0200)
commita2901ac82cf0f9715c49eb9dedd75942ac726139
treed55d5c45a940626f119bfbd5248aef2e29a356fb
parent6fe9779dbc4bb08101081d181bf95601be9c3425
package/libhttpserver: new package

libhttpserver is a C++ library for building high performance RESTfuls
web servers. libhttpserver is built upon libmicrohttpd to provide a
simple API for developers to create HTTP services in C++.

The installed pkg-config file contains an error, thus we include the
patch 458d16b922304006fe418897044e14b0544a127a from the upstream repo
that is not yet released.

Signed-off-by: Stephan Hoffmann <stephan.hoffmann@ext.grandcentrix.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/libhttpserver/0001-Fix-lib-expectations-in-libhttpserver.pc.in.patch [new file with mode: 0644]
package/libhttpserver/Config.in [new file with mode: 0644]
package/libhttpserver/libhttpserver.hash [new file with mode: 0644]
package/libhttpserver/libhttpserver.mk [new file with mode: 0644]