components/zip/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
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=		zip
    27 COMPONENT_NAME=		zip
    34 COMPONENT_ARCHIVE_URL=	ftp://ftp.info-zip.org/pub/infozip/src/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	ftp://ftp.info-zip.org/pub/infozip/src/$(COMPONENT_ARCHIVE)
    35 COMPONENT_BUGDB=	utility/zip
    35 COMPONENT_BUGDB=	utility/zip
    36 
    36 
    37 TPNO=			17905
    37 TPNO=			17905
    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 -f $(SOURCE_DIR)/match.S
    44 COMPONENT_PREP_ACTION = rm -f $(SOURCE_DIR)/match.S
    45 
    45 
    46 # The Makefile we want is under unix/Makefile
    46 # The Makefile we want is under unix/Makefile
    61 
    61 
    62 install:	$(INSTALL_64)
    62 install:	$(INSTALL_64)
    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 += compress/bzip2
       
    68 REQUIRED_PACKAGES += system/library