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 / jq / jq.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/jq/jq.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/jq/jq.mk
new file mode 100644 (file)
index 0000000..6a9dfc8
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# jq
+#
+################################################################################
+
+JQ_VERSION = 1.4
+JQ_SITE = http://stedolan.github.io/jq/download/source
+JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
+JQ_LICENSE_FILES = COPYING
+
+# uses c99 specific features
+JQ_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=c99"
+
+$(eval $(autotools-package))