components/zip/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		zip
    28 COMPONENT_NAME=		zip
    31 COMPONENT_SRC=		$(COMPONENT_NAME)30
    31 COMPONENT_SRC=		$(COMPONENT_NAME)30
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369
    34     sha256:f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369
    35 COMPONENT_ARCHIVE_URL=	ftp://ftp.info-zip.org/pub/infozip/src/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	ftp://ftp.info-zip.org/pub/infozip/src/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_ANITYA_ID=	10080
    36 
    37 
    37 TPNO=			17905
    38 TPNO=			17905
    38 
    39 
    39 BUILD_STYLE= justmake
    40 BUILD_STYLE= justmake
    40 TEST_TARGET= $(NO_TESTS)
    41 TEST_TARGET= $(NO_TESTS)