You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
435 B
21 lines
435 B
3 years ago
|
################################################################################
|
||
|
#
|
||
|
# jq
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
JQ_VERSION = git
|
||
|
JQ_DIR = jq.$(JQ_VERSION)
|
||
|
JQ_SOURCE = jq.$(JQ_VERSION)
|
||
|
JQ_SITE = https://github.com/stedolan
|
||
|
|
||
|
JQ_DEPENDENCIES = oniguruma
|
||
|
|
||
|
JQ_AUTORECONF = YES
|
||
|
|
||
|
JQ_CONF_OPTS = \
|
||
|
--datarootdir=$(REMOVE_datarootdir)
|
||
|
|
||
|
jq: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|