components/unzip/Makefile
changeset 3817 30b42c38bbc4
parent 2085 a1f782a3a05f
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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 #
    21 #
    22 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		unzip
    27 COMPONENT_NAME=		unzip
    34 COMPONENT_PROJECT_URL=http://www.info-zip.org/UnZip.html
    34 COMPONENT_PROJECT_URL=http://www.info-zip.org/UnZip.html
    35 COMPONENT_BUGDB=	utility/zip
    35 COMPONENT_BUGDB=	utility/zip
    36 
    36 
    37 TPNO=			16388
    37 TPNO=			16388
    38 
    38 
    39 include ../../make-rules/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include ../../make-rules/justmake.mk
    40 include $(WS_MAKE_RULES)/justmake.mk
    41 include ../../make-rules/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 
    42 
    43 # remove the unwanted file.
    43 # remove the unwanted file.
    44 COMPONENT_PREP_ACTION = $(RM) $(SOURCE_DIR)/crc_i386.S
    44 COMPONENT_PREP_ACTION = $(RM) $(SOURCE_DIR)/crc_i386.S
    45 
    45 
    46 COMPONENT_BUILD_ENV += \
    46 COMPONENT_BUILD_ENV += \
    65 
    65 
    66 install:	$(INSTALL_64)
    66 install:	$(INSTALL_64)
    67 
    67 
    68 test:		$(NO_TESTS)
    68 test:		$(NO_TESTS)
    69 
    69 
    70 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    71 
    70 
    72 include ../../make-rules/depend.mk
    71 REQUIRED_PACKAGES += shell/ksh93
       
    72 REQUIRED_PACKAGES += system/library