components/p7zip/Makefile
changeset 800 2ad056ed89ec
parent 609 775168282b2f
child 1058 34d7aaa03423
equal deleted inserted replaced
799:71aff7654fdc 800:2ad056ed89ec
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    30 COMPONENT_NAME=		p7zip
    30 COMPONENT_NAME=		p7zip
    31 COMPONENT_VERSION=	9.20.1
    31 COMPONENT_VERSION=	9.20.1
    32 COMPONENT_PROJECT_URL=	http://p7zip.sourceforge.net/
    32 COMPONENT_PROJECT_URL=	http://p7zip.sourceforge.net/
    33 COMPONENT_SRC=		$(COMPONENT_NAME)_$(COMPONENT_VERSION)
    33 COMPONENT_SRC=		$(COMPONENT_NAME)_$(COMPONENT_VERSION)
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)_src_all.tar.bz2
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)_src_all.tar.bz2
    35 COMPONENT_ARCHIVE_HASH=	sha1:1cd567e043ee054bf08244ce15f32cb3258306b7
    35 COMPONENT_ARCHIVE_HASH=	\
       
    36     sha256:49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782
    36 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/p7zip/p7zip/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/p7zip/p7zip/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    37 
    38 
    38 include ../../make-rules/prep.mk
    39 include ../../make-rules/prep.mk
    39 include ../../make-rules/justmake.mk
    40 include ../../make-rules/justmake.mk
    40 include ../../make-rules/ips.mk
    41 include ../../make-rules/ips.mk