buildroot/package/restclient-cpp/restclient-cpp.mk
Gilles Talis 014c47cfbf package/restclient-cpp: new package
restclient-cpp is a simple REST client library for C++

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-08-11 14:51:37 +02:00

19 lines
559 B
Makefile

################################################################################
#
# restclient-cpp
#
################################################################################
RESTCLIENT_CPP_VERSION = 0.5.1
RESTCLIENT_CPP_SITE = $(call github,mrtazz,restclient-cpp,$(RESTCLIENT_CPP_VERSION))
RESTCLIENT_CPP_LICENSE = MIT
RESTCLIENT_CPP_LICENSE_FILES = LICENSE
RESTCLIENT_CPP_INSTALL_STAGING = YES
# Source from github, no configure script provided
RESTCLIENT_CPP_AUTORECONF = YES
RESTCLIENT_CPP_DEPENDENCIES = libcurl
$(eval $(autotools-package))