components/php-5_3/php-mysql.p5m
changeset 846 fe258446a1ae
child 934 f44530931819
equal deleted inserted replaced
845:f38158deaa77 846:fe258446a1ae
       
     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, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION)
       
    25 set name=pkg.summary value="MySQL extension module for PHP"
       
    26 set name=info.classification \
       
    27     value="org.opensolaris.category.2008:Development/PHP"
       
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    29 set name=info.source-url value=http://us.php.net/get/php-5.3.10.tar.gz/from/this/mirror
       
    30 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
       
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    32 
       
    33 license php-mysql.license license='PHP, LGPLv2'
       
    34 
       
    35 dir path=etc
       
    36 dir path=etc/php
       
    37 dir path=etc/php/5.3
       
    38 dir path=etc/php/5.3/conf.d
       
    39 dir path=etc/php/5.3/zts-conf.d
       
    40 dir path=usr
       
    41 dir path=usr/php
       
    42 dir path=usr/php/5.3
       
    43 dir path=usr/php/5.3/modules
       
    44 dir path=usr/php/5.3/zts-modules
       
    45 file path=etc/php/5.3/conf.d/mysql.ini mode=0644 preserve=renameold
       
    46 file path=etc/php/5.3/conf.d/mysqli.ini mode=0644 preserve=renameold
       
    47 file path=etc/php/5.3/conf.d/pdo_mysql.ini mode=0644 preserve=renameold
       
    48 file path=etc/php/5.3/zts-conf.d/mysql.ini mode=0644 preserve=renameold
       
    49 file path=etc/php/5.3/zts-conf.d/mysqli.ini mode=0644 preserve=renameold
       
    50 file path=etc/php/5.3/zts-conf.d/pdo_mysql.ini mode=0644 preserve=renameold
       
    51 file path=usr/php/5.3/modules/mysql.so
       
    52 file path=usr/php/5.3/modules/mysqli.so
       
    53 file path=usr/php/5.3/modules/pdo_mysql.so
       
    54 file path=usr/php/5.3/zts-modules/mysql.so
       
    55 file path=usr/php/5.3/zts-modules/mysqli.so
       
    56 file path=usr/php/5.3/zts-modules/pdo_mysql.so
       
    57 
       
    58 # need generic dependency on PHP itself
       
    59 depend fmri=web/[email protected] type=require