components/php-5_2/php-sapi/Makefile
changeset 800 2ad056ed89ec
parent 461 edabdd6aff23
child 846 fe258446a1ae
equal deleted inserted replaced
799:71aff7654fdc 800:2ad056ed89ec
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    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 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		php
    25 COMPONENT_NAME=		php
    26 COMPONENT_VERSION=	5.2.17
    26 COMPONENT_VERSION=	5.2.17
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	sha1:5ba7edcb5ea187687001c4ccdbb94ac48f77fa92
    29 COMPONENT_ARCHIVE_HASH=	\
       
    30     sha256:1abe07c1fdd64184708a3ba179abcfcca5662a4e0d2037eb2748b75abc42e767
    30 COMPONENT_ARCHIVE_URL=	http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
    31 COMPONENT_ARCHIVE_URL=	http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
    31 COMPONENT_PROJECT_URL=	http://www.php.net/
    32 COMPONENT_PROJECT_URL=	http://www.php.net/
    32 
    33 
    33 #
    34 #
    34 # php documentation
    35 # php documentation
    35 COMPONENT_NAME_1=       php_manual_en_20090130
    36 COMPONENT_NAME_1=       php_manual_en_20090130
    36 #COMPONENT_VERSION_1=   NONE
    37 #COMPONENT_VERSION_1=   NONE
    37 COMPONENT_SRC_1=        $(COMPONENT_NAME_1)
    38 COMPONENT_SRC_1=        $(COMPONENT_NAME_1)
    38 COMPONENT_ARCHIVE_1=    $(COMPONENT_NAME_1).tar.gz
    39 COMPONENT_ARCHIVE_1=    $(COMPONENT_NAME_1).tar.gz
    39 COMPONENT_ARCHIVE_HASH_1= sha1:5eeaedf852afa3b406962fd6b425d8357f189fbf
    40 COMPONENT_ARCHIVE_HASH_1= \
       
    41     sha256:73059b7ddb40dbda427008ab2872fcf26923747097d043c6045db7986754f07e
    40 #
    42 #
    41 # This older version is no longer available so it is cached on
    43 # This older version is no longer available so it is cached on
    42 # internal servers.
    44 # internal servers.
    43 COMPONENT_ARCHIVE_URL_1= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE_1)
    45 COMPONENT_ARCHIVE_URL_1= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE_1)
    44 
    46