components/unzip/Makefile
changeset 800 2ad056ed89ec
parent 438 e8c5625b8284
child 1058 34d7aaa03423
equal deleted inserted replaced
799:71aff7654fdc 800:2ad056ed89ec
    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, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2012, 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
    28 COMPONENT_VERSION=	6.0
    28 COMPONENT_VERSION=	6.0
    29 COMPONENT_SRC=		$(COMPONENT_NAME)60
    29 COMPONENT_SRC=		$(COMPONENT_NAME)60
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    31 COMPONENT_ARCHIVE_HASH=	sha1:abf7de8a4018a983590ed6f5cbd990d4740f8a22
    31 COMPONENT_ARCHIVE_HASH=	\
       
    32     sha256:036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
    32 COMPONENT_ARCHIVE_URL=	ftp://ftp.info-zip.org/pub/infozip/src/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	ftp://ftp.info-zip.org/pub/infozip/src/$(COMPONENT_ARCHIVE)
    33 COMPONENT_PROJECT_URL=http://www.info-zip.org/UnZip.html
    34 COMPONENT_PROJECT_URL=http://www.info-zip.org/UnZip.html
    34 
    35 
    35 include ../../make-rules/prep.mk
    36 include ../../make-rules/prep.mk
    36 include ../../make-rules/justmake.mk
    37 include ../../make-rules/justmake.mk