components/gcc53/developer-gcc-gcc-c-53.p5m
changeset 5342 e55d87e99ecd
child 5788 ead8ecaa722e
equal deleted inserted replaced
5341:acafdc8d7dfc 5342:e55d87e99ecd
       
     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, 2016, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 <transform file path=usr.*/man/.+ -> default mangler.man.stability 'pass-thru volatile'>
       
    24 <transform dir path=$(GCC_BASEDIR)/share/locale$ -> default facet.locale true>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/developer/gcc/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=$(TPNO)
       
    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/2015/499
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 hardlink path=$(GCC_BASEDIR)/bin/$(GNU_ARCH)-gcc target=gcc
       
    38 hardlink path=$(GCC_BASEDIR)/bin/$(GNU_ARCH)-gcc-$(IPS_COMPONENT_VERSION) \
       
    39     target=gcc
       
    40 file path=$(GCC_BASEDIR)/bin/gcc
       
    41 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1 mode=0555
       
    42 file path=$(GCC_BASEDIR)/share/info/gcc.info
       
    43 file path=$(GCC_BASEDIR)/share/locale/be/LC_MESSAGES/gcc.mo
       
    44 file path=$(GCC_BASEDIR)/share/locale/da/LC_MESSAGES/gcc.mo
       
    45 file path=$(GCC_BASEDIR)/share/locale/de/LC_MESSAGES/gcc.mo
       
    46 file path=$(GCC_BASEDIR)/share/locale/el/LC_MESSAGES/gcc.mo
       
    47 file path=$(GCC_BASEDIR)/share/locale/es/LC_MESSAGES/gcc.mo
       
    48 file path=$(GCC_BASEDIR)/share/locale/fi/LC_MESSAGES/gcc.mo
       
    49 file path=$(GCC_BASEDIR)/share/locale/fr/LC_MESSAGES/gcc.mo
       
    50 file path=$(GCC_BASEDIR)/share/locale/hr/LC_MESSAGES/gcc.mo
       
    51 file path=$(GCC_BASEDIR)/share/locale/id/LC_MESSAGES/gcc.mo
       
    52 file path=$(GCC_BASEDIR)/share/locale/ja/LC_MESSAGES/gcc.mo
       
    53 file path=$(GCC_BASEDIR)/share/locale/nl/LC_MESSAGES/gcc.mo
       
    54 file path=$(GCC_BASEDIR)/share/locale/ru/LC_MESSAGES/gcc.mo
       
    55 file path=$(GCC_BASEDIR)/share/locale/sr/LC_MESSAGES/gcc.mo
       
    56 file path=$(GCC_BASEDIR)/share/locale/sv/LC_MESSAGES/gcc.mo
       
    57 file path=$(GCC_BASEDIR)/share/locale/tr/LC_MESSAGES/gcc.mo
       
    58 file path=$(GCC_BASEDIR)/share/locale/uk/LC_MESSAGES/gcc.mo
       
    59 file path=$(GCC_BASEDIR)/share/locale/vi/LC_MESSAGES/gcc.mo
       
    60 file path=$(GCC_BASEDIR)/share/locale/zh_CN/LC_MESSAGES/gcc.mo
       
    61 file path=$(GCC_BASEDIR)/share/locale/zh_TW/LC_MESSAGES/gcc.mo
       
    62 file path=$(GCC_BASEDIR)/share/man/man1/gcc.1
       
    63 link path=usr/bin/gcc target=../gcc/$(GCC_VERSION)/bin/gcc mediator=gcc \
       
    64     mediator-version=$(GCC_VERSION)
       
    65 link path=usr/share/man/man1/gcc.1 \
       
    66     target=../../../gcc/$(GCC_VERSION)/share/man/man1/gcc.1 mediator=gcc \
       
    67     mediator-version=$(GCC_VERSION)
       
    68 license gmon.license license=BSD
       
    69 license FDLv1.3 license=FDLv1.3
       
    70 license COPYING.RUNTIME license="GCC Runtime Library Exception v3.1"
       
    71 license COPYING license=GPLv2
       
    72 license COPYING3 license=GPLv3
       
    73 license COPYING.LIB license=LGPLv2.1
       
    74 license COPYING3.LIB license=LGPLv3
       
    75 depend type=require fmri=pkg:/developer/gcc/gcc-common-$(GCC_V)
       
    76 depend type=require fmri=pkg:/system/library/gcc/gcc-c-runtime
       
    77 depend type=require fmri=pkg:/system/library/gcc/gcc-c-runtime-$(GCC_V)