components/pkg-config/pkg-config.p5m
author Brian Cameron <brian.cameron@oracle.com>
Wed, 19 Jun 2013 15:21:20 -0700
changeset 1359 0d0ad1e7bd3f
child 1372 5f183c30981d
permissions -rw-r--r--
16851071 Move pkg-config from Desktop consolidation to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1359
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     1
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     3
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     7
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    12
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    18
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    20
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    22
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    23
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    26
    value=pkg:/developer/build/pkg-config@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="A tool to query library build-time information"
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    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."
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description value="the pkg-config developer tool"
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=9421
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/System
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=LSARC/2006/202
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    38
#
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    39
file usr/bin/$(MACH64)/pkg-config path=usr/bin/pkg-config
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    40
dir  path=usr/lib/pkgconfig
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    41
file path=usr/share/aclocal/pkg.m4
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    42
file path=usr/share/man/man1/pkg-config.1
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    43
dir  path=usr/share/pkgconfig
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    44
license pkg-config.license license=GPLv2
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    45
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    46
# pkg-config was previously in the gettext package of the 'desktop'
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    47
# consolidation. This optional dependency is here to facilitate the safe
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    48
# transfer of the package to the 'userland' consolidation.
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    49
depend type=optional fmri=pkg:/developer/gnome/[email protected]