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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/yaml-cpp/yaml-cpp.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/yaml-cpp/yaml-cpp.mk
new file mode 100644 (file)
index 0000000..afc70bd
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# yaml-cpp
+#
+################################################################################
+
+YAML_CPP_VERSION = 0.5.1
+YAML_CPP_SITE = https://yaml-cpp.googlecode.com/files
+YAML_CPP_INSTALL_STAGING = YES
+YAML_CPP_LICENSE = MIT
+YAML_CPP_LICENSE_FILES = license.txt
+
+YAML_CPP_DEPENDENCIES = boost
+
+$(eval $(cmake-package))