summaryrefslogtreecommitdiffstats
path: root/package/libcpprestsdk/libcpprestsdk.mk
diff options
context:
space:
mode:
authorAdam Duskett <aduskett@codeblue.com>2018-01-14 14:56:44 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-15 23:18:00 +0100
commite378e8d33e70a770420c85b7db58b5b17eb535fb (patch)
tree7858346163a6906eb383488917035cbe30e1661b /package/libcpprestsdk/libcpprestsdk.mk
parentf32fa207bd4a1cdb91e35550e4f96b4f556ce7cd (diff)
downloadbuildroot-e378e8d33e70a770420c85b7db58b5b17eb535fb.tar.gz
buildroot-e378e8d33e70a770420c85b7db58b5b17eb535fb.zip
libcpprestsdk: new package
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. This package is licensed under the MIT package and depends on BOOST and OpenSSL/LibreSSL. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libcpprestsdk/libcpprestsdk.mk')
-rw-r--r--package/libcpprestsdk/libcpprestsdk.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/libcpprestsdk/libcpprestsdk.mk b/package/libcpprestsdk/libcpprestsdk.mk
new file mode 100644
index 0000000000..4aafa6e593
--- /dev/null
+++ b/package/libcpprestsdk/libcpprestsdk.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# libcpprestsdk
+#
+################################################################################
+
+LIBCPPRESTSDK_VERSION = v2.10.1
+LIBCPPRESTSDK_SITE = $(call github,Microsoft,cpprestsdk,$(LIBCPPRESTSDK_VERSION))
+LIBCPPRESTSDK_LICENSE = MIT
+LIBCPPRESTSDK_LICENSE_FILES = license.txt
+LIBCPPRESTSDK_SUBDIR = Release
+LIBCPPRESTSDK_DEPENDENCIES += boost openssl zlib
+LIBCPPRESTSDK_CONF_OPTS = -DWERROR=OFF
+
+$(eval $(cmake-package))
OpenPOWER on IntegriCloud