use new 64-bit default libpaths
[unleashed-userland.git] / components / jq / Makefile
blob11a5cfa8542723e0a6f4516954c01405ec336647
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2013, Jon Tibble.
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= jq
18 COMPONENT_VERSION= 1.3
19 COMPONENT_PROJECT_URL= https://stedolan.github.io/jq/
20 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
21 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
22 COMPONENT_ARCHIVE_HASH= sha256:623f23c36abfc1d96d85020cf421b56f90a229d566f26a4a0d3e8536244bfed7
23 COMPONENT_ARCHIVE_URL= ftp://tux.rainside.sk/gentoo/distfiles/$(COMPONENT_ARCHIVE)
25 include ../../make-rules/prep.mk
26 include ../../make-rules/configure.mk
27 include ../../make-rules/ips.mk
29 COMPILER = gcc
31 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
33 build: $(BUILD_32_and_64)
35 install: $(INSTALL_32_and_64)