components/unzip/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3311 02a5635016ef
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    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 += \
    61 
    61 
    62 install:	$(INSTALL_32)
    62 install:	$(INSTALL_32)
    63 
    63 
    64 test:		$(NO_TESTS)
    64 test:		$(NO_TESTS)
    65 
    65 
    66 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    67 
    66 
    68 include ../../make-rules/depend.mk
    67 REQUIRED_PACKAGES += shell/ksh93
       
    68 REQUIRED_PACKAGES += system/library