mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
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