components/gcc48/developer-gcc4-gcc-c-48.p5m
branchs11-update
changeset 2997 6a6348ea8de7
child 3661 47545fb8aed4
equal deleted inserted replaced
2996:9d8e1fd67549 2997:6a6348ea8de7
       
     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) 2014, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    24 <transform dir path=$(GCC_BASEDIR)/share/locale$ -> default facet.locale true>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/developer/gcc-4/gcc-c-$(GCC_V)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="GCC C Compiler - $(GCC_VERSION)"
       
    28 set name=com.oracle.info.description \
       
    29     value="the GNU Compiler Collection - C Compiler"
       
    30 set name=com.oracle.info.tpno value=15448
       
    31 set name=info.classification value=org.opensolaris.category.2008:Development/C \
       
    32     value=org.opensolaris.category.2008:Development/GNU
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    35 set name=org.opensolaris.arc-caseid value=PSARC/2012/373
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 link path=usr/bin/gcc target=../gcc/$(GCC_VERSION)/bin/gcc mediator=gcc \
       
    38     mediator-version=$(GCC_VERSION)
       
    39 hardlink path=$(GCC_BASEDIR)/bin/$(GNU_ARCH)-gcc target=gcc
       
    40 hardlink path=$(GCC_BASEDIR)/bin/$(GNU_ARCH)-gcc-$(IPS_COMPONENT_VERSION) \
       
    41     target=gcc
       
    42 file path=$(GCC_BASEDIR)/bin/gcc
       
    43 file path=$(GCC_BASEDIR)/share/info/gcc.info
       
    44 file path=$(GCC_BASEDIR)/share/info/gccint.info
       
    45 file path=$(GCC_BASEDIR)/share/locale/be/LC_MESSAGES/gcc.mo
       
    46 file path=$(GCC_BASEDIR)/share/locale/da/LC_MESSAGES/gcc.mo
       
    47 file path=$(GCC_BASEDIR)/share/locale/de/LC_MESSAGES/gcc.mo
       
    48 file path=$(GCC_BASEDIR)/share/locale/el/LC_MESSAGES/gcc.mo
       
    49 file path=$(GCC_BASEDIR)/share/locale/es/LC_MESSAGES/gcc.mo
       
    50 file path=$(GCC_BASEDIR)/share/locale/fi/LC_MESSAGES/gcc.mo
       
    51 file path=$(GCC_BASEDIR)/share/locale/fr/LC_MESSAGES/gcc.mo
       
    52 file path=$(GCC_BASEDIR)/share/locale/hr/LC_MESSAGES/gcc.mo
       
    53 file path=$(GCC_BASEDIR)/share/locale/id/LC_MESSAGES/gcc.mo
       
    54 file path=$(GCC_BASEDIR)/share/locale/ja/LC_MESSAGES/gcc.mo
       
    55 file path=$(GCC_BASEDIR)/share/locale/nl/LC_MESSAGES/gcc.mo
       
    56 file path=$(GCC_BASEDIR)/share/locale/ru/LC_MESSAGES/gcc.mo
       
    57 file path=$(GCC_BASEDIR)/share/locale/sr/LC_MESSAGES/gcc.mo
       
    58 file path=$(GCC_BASEDIR)/share/locale/sv/LC_MESSAGES/gcc.mo
       
    59 file path=$(GCC_BASEDIR)/share/locale/tr/LC_MESSAGES/gcc.mo
       
    60 file path=$(GCC_BASEDIR)/share/locale/vi/LC_MESSAGES/gcc.mo
       
    61 file path=$(GCC_BASEDIR)/share/locale/zh_CN/LC_MESSAGES/gcc.mo
       
    62 file path=$(GCC_BASEDIR)/share/locale/zh_TW/LC_MESSAGES/gcc.mo
       
    63 file path=$(GCC_BASEDIR)/share/man/man1/gcc.1
       
    64 link path=usr/share/man/man1/gcc.1 \
       
    65     target=../../../gcc/$(GCC_VERSION)/share/man/man1/gcc.1 mediator=gcc \
       
    66     mediator-version=$(GCC_VERSION)
       
    67 license gcc$(GCC_V).license license="GPLv3 with Runtime Exception"
       
    68 depend type=require fmri=pkg:/developer/gcc-4/gcc-common-$(GCC_V)
       
    69 depend type=require fmri=pkg:/system/library/gcc/gcc-c-runtime
       
    70 depend type=require fmri=pkg:/system/library/gcc/gcc-c-runtime-$(GCC_V)