4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
25 USE_DEFAULT_TEST_TRANSFORMS
= yes
26 include ..
/..
/..
/make-rules
/shared-macros.mk
29 COMPONENT_VERSION
= 5.6.3
30 COMPONENT_SUMMARY
= XZ Utils
- loss-less file compression application and library
31 COMPONENT_PROJECT_URL
= https
://tukaani.org
/xz
/
32 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
33 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
34 COMPONENT_ARCHIVE_HASH
= sha256
:db0590629b6f0fa36e74aea5f9731dc6f8df068ce7b7bafa45301832a5eebc3a
35 COMPONENT_ARCHIVE_URL
= https
://github.com
/tukaani-project
/xz
/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
36 COMPONENT_SIG_URL
= $(COMPONENT_ARCHIVE_URL
).sig
37 COMPONENT_FMRI
= compress
/xz
38 COMPONENT_CLASSIFICATION
= Applications
/System Utilities
39 COMPONENT_LICENSE
= 0BSD
, GPLv2
+,GPLv3
+, LGPLv2.1
, CC BY-SA
4.0
41 include $(WS_MAKE_RULES
)/common.mk
43 COMPONENT_PRE_CONFIGURE_ACTION
= ( cd
$(SOURCE_DIR
) && rm m4
/build-to-host.m4
&& autoreconf
-fi
)
45 CONFIGURE_OPTIONS
+= --disable-static
46 CONFIGURE_OPTIONS
+= --disable-rpath
48 CONFIGURE_ENV
.64 += LT_SYS_LIBRARY_PATH
="/lib/$(MACH64):/usr/lib/$(MACH64)"
50 COMPONENT_TEST_DIR
= $(@D
)/tests
52 # Auto-generated dependencies
53 REQUIRED_PACKAGES
+= shell/ksh93
54 REQUIRED_PACKAGES
+= system
/library
55 REQUIRED_PACKAGES
+= system
/xopen
/xcu4