components/pixz/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		pixz
    25 COMPONENT_NAME=		pixz
    26 COMPONENT_VERSION=	1.0
    26 COMPONENT_VERSION=	1.0
    32 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)archive/$(COMPONENT_ARCHIVE)
    32 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)archive/$(COMPONENT_ARCHIVE)
    33 COMPONENT_BUGDB=	utility/pixz
    33 COMPONENT_BUGDB=	utility/pixz
    34 
    34 
    35 TPNO=			11623
    35 TPNO=			11623
    36 
    36 
    37 include ../../make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include ../../make-rules/justmake.mk
    38 include $(WS_MAKE_RULES)/justmake.mk
    39 include ../../make-rules/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    41 PKG_PROTO_DIRS += $(BUILD_DIR_64)
    41 PKG_PROTO_DIRS += $(BUILD_DIR_64)
    42 PKG_PROTO_DIRS += $(COMPONENT_DIR)/files
    42 PKG_PROTO_DIRS += $(COMPONENT_DIR)/files
    43 
    43 
    44 # Userland default includes -mt which links with libthread which we don't need.
    44 # Userland default includes -mt which links with libthread which we don't need.
    60 
    60 
    61 install:	$(BUILD_64)
    61 install:	$(BUILD_64)
    62 
    62 
    63 test:		$(NO_TESTS)
    63 test:		$(NO_TESTS)
    64 
    64 
    65 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    66 
    65 
    67 include ../../make-rules/depend.mk
    66 REQUIRED_PACKAGES += compress/xz
       
    67 REQUIRED_PACKAGES += library/libarchive
       
    68 REQUIRED_PACKAGES += system/library