jq: switch to official tarball
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 22 Nov 2013 16:40:01 +0000 (13:40 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 23 Nov 2013 06:26:49 +0000 (07:26 +0100)
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>
package/jq/jq.mk

index 8d4f24f0d6d35995cfde4df419f52d30cc43a270..cc7c99ee7bfc99e8b8b5015f232bddba627f3234 100644 (file)
@@ -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