summaryrefslogtreecommitdiff
path: root/package/jq
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-11-22 13:40:01 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-11-23 07:26:49 +0100
commit85ccc07b7427b54c20ed39264c9995279b0ff1d7 (patch)
treefee2169970acc1acc1658a836089b7b5ba28713e /package/jq
parent0366aabc7f74398ee833e5145e6542e4847f86fe (diff)
jq: switch to official tarball
Ships configure thus fixing the breakage from the automake bump to version 1.14 with AUTORECONF, with the added bonus of being faster. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/jq')
-rw-r--r--package/jq/jq.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/jq/jq.mk b/package/jq/jq.mk
index 8d4f24f0d..cc7c99ee7 100644
--- a/package/jq/jq.mk
+++ b/package/jq/jq.mk
@@ -4,9 +4,8 @@
#
################################################################################
-JQ_VERSION = jq-1.3
-JQ_SITE = http://github.com/stedolan/jq/tarball/$(JQ_VERSION)
-JQ_AUTORECONF = YES
+JQ_VERSION = 1.3
+JQ_SITE = http://stedolan.github.io/jq/download/source
JQ_DEPENDENCIES = host-flex host-bison
JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
JQ_LICENSE_FILES = COPYING