generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
13
package/restclient-cpp/Config.in
Normal file
13
package/restclient-cpp/Config.in
Normal file
@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_RESTCLIENT_CPP
|
||||
bool "restclient-cpp"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
help
|
||||
restclient-cpp is a C++ client library for
|
||||
making HTTP/REST requests
|
||||
|
||||
http://code.mrtazz.com/restclient-cpp/
|
||||
|
||||
comment "restclient-cpp needs a toolchain w/ C++, gcc >= 4.8"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
||||
3
package/restclient-cpp/restclient-cpp.hash
Normal file
3
package/restclient-cpp/restclient-cpp.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Computed locally
|
||||
sha256 d62ba618f9a938652fd53b483289e8662a99451839e59058c8beb286dfbc65ec restclient-cpp-0.5.2.tar.gz
|
||||
sha256 1c2f79e825a39eb61d8919044776627f4d079ff38975410a3bde340154fc94a4 LICENSE
|
||||
18
package/restclient-cpp/restclient-cpp.mk
Normal file
18
package/restclient-cpp/restclient-cpp.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user