0652b855dd
Drop spurious space added by commit
014c47cfbf
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
558 B
Makefile
19 lines
558 B
Makefile
################################################################################
|
|
#
|
|
# restclient-cpp
|
|
#
|
|
################################################################################
|
|
|
|
RESTCLIENT_CPP_VERSION = 0.5.2
|
|
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))
|