components/pkg-config/pkg-config.p5m
branchs11-update
changeset 2723 138732f62341
child 3661 47545fb8aed4
equal deleted inserted replaced
2722:dc566ca73390 2723:138732f62341
       
     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) 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/developer/build/pkg-config@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="A tool to query library build-time information"
       
    28 set name=pkg.description \
       
    29     value="pkg-config(1) is used to determine what compile and link flags should be used when building against a library that supports pkg-config, as well as additional required dependencies, and their versions."
       
    30 set name=com.oracle.info.description value="the pkg-config developer tool"
       
    31 set name=com.oracle.info.tpno value=9421
       
    32 set name=info.classification \
       
    33     value=org.opensolaris.category.2008:Development/System
       
    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=LSARC/2006/202
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    38 #
       
    39 file usr/bin/$(MACH64)/pkg-config path=usr/bin/pkg-config
       
    40 dir  path=usr/lib/pkgconfig group=other
       
    41 dir  path=usr/lib/$(MACH64)/pkgconfig group=other
       
    42 file path=usr/share/aclocal/pkg.m4
       
    43 file path=usr/share/man/man1/pkg-config.1
       
    44 dir  path=usr/share/pkgconfig
       
    45 license pkg-config.license license=GPLv2
       
    46 
       
    47 # pkg-config was previously in the gettext package of the 'desktop'
       
    48 # consolidation. This optional dependency is here to facilitate the safe
       
    49 # transfer of the package to the 'userland' consolidation.
       
    50 depend type=optional fmri=pkg:/developer/gnome/[email protected]