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
1 ################################################################################
2 #
3 # jq
4 #
5 ################################################################################
6
7 JQ_VERSION = 1.4
8 JQ_SITE = http://stedolan.github.io/jq/download/source
9 JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
10 JQ_LICENSE_FILES = COPYING
11
12 # uses c99 specific features
13 JQ_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=c99"
14
15 $(eval $(autotools-package))