components/php-5_3/php-mysql.p5m
changeset 4987 6a82655eda42
parent 4986 90a869b3f47a
child 4988 4b69c7c7e09b
equal deleted inserted replaced
4986:90a869b3f47a 4987:6a82655eda42
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/web/php-53/extension/php-mysql@$(COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary value="MySQL extension module for PHP"
       
    27 
       
    28 # This package name has known conflicts with other packages in the WOS
       
    29 set name=pkg.linted.pkglint.manifest004 value=true
       
    30 set name=info.classification value=org.opensolaris.category.2008:Development/PHP
       
    31 set name=info.source-url \
       
    32     value=http://us.php.net/get/php-$(COMPONENT_VERSION).tar.gz/from/this/mirror
       
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    34 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
       
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    36 file path=etc/php/5.3/conf.d/mysql.ini mode=0644 preserve=renameold
       
    37 file path=etc/php/5.3/conf.d/mysqli.ini mode=0644 preserve=renameold
       
    38 file path=etc/php/5.3/conf.d/pdo_mysql.ini mode=0644 preserve=renameold
       
    39 file path=etc/php/5.3/zts-conf.d/mysql.ini mode=0644 preserve=renameold
       
    40 file path=etc/php/5.3/zts-conf.d/mysqli.ini mode=0644 preserve=renameold
       
    41 file path=etc/php/5.3/zts-conf.d/pdo_mysql.ini mode=0644 preserve=renameold
       
    42 file path=usr/php/5.3/modules/mysql.so
       
    43 file path=usr/php/5.3/modules/mysqli.so
       
    44 file path=usr/php/5.3/modules/pdo_mysql.so
       
    45 file path=usr/php/5.3/zts-modules/mysql.so
       
    46 file path=usr/php/5.3/zts-modules/mysqli.so
       
    47 file path=usr/php/5.3/zts-modules/pdo_mysql.so
       
    48 
       
    49 
       
    50 license php-mysql.license license="PHP, LGPLv2" \
       
    51     com.oracle.info.description="the MySQL extension module for PHP" \
       
    52     com.oracle.info.name=php-mysql com.oracle.info.tpno=$(TPNO_PHP_5_3) \
       
    53     com.oracle.info.version=$(COMPONENT_VERSION)
       
    54 
       
    55 # need generic dependency on PHP itself
       
    56 depend type=require fmri=web/php-53@$(COMPONENT_VERSION)