components/unzip/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=		unzip
    28 COMPONENT_NAME=		unzip
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
    33     sha256:036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
    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_PROJECT_URL=http://www.info-zip.org/UnZip.html
    35 COMPONENT_PROJECT_URL=http://www.info-zip.org/UnZip.html
    36 COMPONENT_BUGDB=	utility/zip
    36 COMPONENT_BUGDB=	utility/zip
       
    37 COMPONENT_ANITYA_ID=	8684
    37 
    38 
    38 TPNO=			16388
    39 TPNO=			16388
    39 
    40 
    40 BUILD_STYLE= justmake
    41 BUILD_STYLE= justmake
    41 TEST_TARGET= $(NO_TESTS)
    42 TEST_TARGET= $(NO_TESTS)