The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rapidjson / rapidjson.mk
1 ################################################################################
2 #
3 # rapidjson
4 #
5 ################################################################################
6
7 RAPIDJSON_VERSION = 39f5eeb764c6d1e1cbff1717410d9710bf943009
8 RAPIDJSON_SITE = $(call github,miloyip,rapidjson,$(RAPIDJSON_VERSION))
9 RAPIDJSON_LICENSE = MIT
10 RAPIDJSON_LICENSE_FILES = license.txt
11 RAPIDJSON_INSTALL_TARGET = NO
12 RAPIDJSON_INSTALL_STAGING = YES
13
14 define RAPIDJSON_INSTALL_STAGING_CMDS
15         cp -dpfr $(@D)/include/* $(STAGING_DIR)/usr/include
16 endef
17
18 $(eval $(generic-package))