Source-Makefile: feeds/packages/libs/libevhtp/Makefile
Build-Depends: libevent2 oniguruma

Package: libevhtp
Version: 1.2.18-3
Depends: +libc +USE_GLIBC:librt +USE_GLIBC:libpthread 
Conflicts: 
Menu-Depends: 
Provides: 
Section: libs
Category: Libraries
Repository: base
Title: A more flexible replacement for libevent's httpd API
Maintainer: Eneas U de Queiroz <cotequeiroz@gmail.com>, Jeffery To <jeffery.to@gmail.com>
Source: libevhtp-1.2.18.tar.gz
License: BSD-3-Clause
LicenseFiles: LICENSE
Type: ipkg
Build-Only: 1
Description:    Libevhtp was created as a replacement API for Libevent's current HTTP API.
   The reality of libevent's http interface is that it was created as a JIT server,
   meaning the developer never thought of it being used for creating a full-fledged HTTP service.
https://github.com/criticalstack/libevhtp
Eneas U de Queiroz <cotequeiroz@gmail.com>, Jeffery To <jeffery.to@gmail.com>
@@
Config:
config LIBEVHTP_BUILD_DEPENDS
	bool
	default PACKAGE_libevhtp

config LIBEVHTP_BUILD_SELECT
	tristate
	default m if LIBEVHTP_BUILD_DEPENDS
	select PACKAGE_libevent2-openssl
	select PACKAGE_libevent2-pthreads
@@


