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 / yaml-cpp / yaml-cpp.mk
1 ################################################################################
2 #
3 # yaml-cpp
4 #
5 ################################################################################
6
7 YAML_CPP_VERSION = 0.5.1
8 YAML_CPP_SITE = https://yaml-cpp.googlecode.com/files
9 YAML_CPP_INSTALL_STAGING = YES
10 YAML_CPP_LICENSE = MIT
11 YAML_CPP_LICENSE_FILES = license.txt
12
13 YAML_CPP_DEPENDENCIES = boost
14
15 $(eval $(cmake-package))