components/gcc53/developer-gcc-gcc-gobjc-53.p5m
changeset 6859 569bef81e3c4
parent 6858 0f8601e37dad
child 6860 fbbec9b86c26
equal deleted inserted replaced
6858:0f8601e37dad 6859:569bef81e3c4
     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 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability 'pass-thru volatile'>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/developer/gcc/gcc-gobjc-$(GCC_V)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="GCC Objective-C Compiler - $(GCC_VERSION)"
       
    28 set name=com.oracle.info.description \
       
    29     value="the GNU Compiler Collection - Objective-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     value="org.opensolaris.category.2008:Development/Objective C"
       
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    36 set name=org.opensolaris.arc-caseid value=PSARC/2015/499
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    38 file path=$(GCC_BASEDIR)/lib/$(MACH64)/libobjc.a variant.arch=drop
       
    39 file path=$(GCC_BASEDIR)/lib/$(MACH64)/libobjc.la variant.arch=drop
       
    40 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1obj \
       
    41     mode=0555
       
    42 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/NXConstStr.h
       
    43 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/Object.h
       
    44 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/Protocol.h
       
    45 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/message.h
       
    46 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/objc-decls.h
       
    47 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/objc-exception.h
       
    48 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/objc-sync.h
       
    49 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/objc.h
       
    50 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/runtime.h
       
    51 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/thr.h
       
    52 file path=$(GCC_BASEDIR)/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/objc/objc-tree.def
       
    53 file path=$(GCC_BASEDIR)/lib/libobjc.a variant.arch=drop
       
    54 file path=$(GCC_BASEDIR)/lib/libobjc.la variant.arch=drop
       
    55 license gmon.license license=BSD
       
    56 license FDLv1.3 license=FDLv1.3
       
    57 license COPYING.RUNTIME license="GCC Runtime Library Exception v3.1"
       
    58 license COPYING license=GPLv2
       
    59 license COPYING3 license=GPLv3
       
    60 license COPYING.LIB license=LGPLv2.1
       
    61 license COPYING3.LIB license=LGPLv3
       
    62 depend type=require fmri=pkg:/developer/gcc/gcc-c++-$(GCC_V)
       
    63 depend type=require fmri=pkg:/developer/gcc/gcc-c-$(GCC_V)
       
    64 depend type=require fmri=pkg:/developer/gcc/gcc-common-$(GCC_V)
       
    65 depend type=require fmri=pkg:/system/library/gcc/gcc-c++-runtime-$(GCC_V)
       
    66 depend type=require fmri=pkg:/system/library/gcc/gcc-c-runtime-$(GCC_V)
       
    67 depend type=require fmri=pkg:/system/library/gcc/gcc-gobjc-runtime
       
    68 depend type=require fmri=pkg:/system/library/gcc/gcc-gobjc-runtime-$(GCC_V)