9N/A#
9N/A# CDDL HEADER START
9N/A#
9N/A# The contents of this file are subject to the terms of the
9N/A# Common Development and Distribution License (the "License").
9N/A# You may not use this file except in compliance with the License.
9N/A#
9N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9N/A# or http://www.opensolaris.org/os/licensing.
9N/A# See the License for the specific language governing permissions
9N/A# and limitations under the License.
9N/A#
9N/A# When distributing Covered Code, include this CDDL HEADER in each
9N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9N/A# If applicable, add the following below this CDDL HEADER, with the
9N/A# fields enclosed by brackets "[]" replaced with your own identifying
9N/A# information: Portions Copyright [yyyy] [name of copyright owner]
9N/A#
9N/A# CDDL HEADER END
9N/A#
2349N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
9N/A#
9N/Ainclude ../../make-rules/shared-macros.mk
9N/A
9N/ACOMPONENT_NAME= xz
814N/ACOMPONENT_VERSION= 5.0.1
2238N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
814N/ACOMPONENT_PROJECT_URL= http://tukaani.org/xz/
814N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
814N/ACOMPONENT_ARCHIVE_HASH= \
814N/A sha256:3770b8872a4322b9502937b4781d523303bf193962c4822899fd3a210878fc80
814N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
814N/ACOMPONENT_BUGDB= utility/xz
2238N/A
814N/ATPNO= 4463
2238N/A
2238N/Ainclude $(WS_MAKE_RULES)/prep.mk
2238N/Ainclude $(WS_MAKE_RULES)/configure.mk
2238N/Ainclude $(WS_MAKE_RULES)/ips.mk
2238N/A
3442N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
3442N/A
2238N/A# common targets
2238N/Abuild: $(BUILD_32_and_64)
2238N/A
814N/Ainstall: $(INSTALL_32_and_64)
2238N/A
2238N/Atest: $(TEST_32_and_64)
2238N/A
2238N/A
2238N/A
2238N/AREQUIRED_PACKAGES += shell/bash
2238N/AREQUIRED_PACKAGES += system/library
2238N/A