components/pkg-config/pkg-config.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 5682 94c0ca64c022
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers
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
#
5392
2cf37adf29cf 21184391 Update pkg-config to 0.29
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5046
diff changeset
    21
# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
1359
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"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1372
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
1359
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
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5392
diff changeset
    39
file path=usr/bin/pkg-config
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    40
dir  path=usr/lib/$(MACH64)/pkgconfig group=other
1372
5f183c30981d 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents: 1359
diff changeset
    41
dir  path=usr/lib/pkgconfig group=other
1359
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    42
file path=usr/share/aclocal/pkg.m4
5392
2cf37adf29cf 21184391 Update pkg-config to 0.29
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5046
diff changeset
    43
file path=usr/share/doc/pkg-config/pkg-config-guide.html
1359
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    44
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
    45
dir  path=usr/share/pkgconfig
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    46
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
    47
0d0ad1e7bd3f 16851071 Move pkg-config from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    48
# 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
    49
# 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
    50
# transfer of the package to the 'userland' consolidation.
5046
d511b9037189 22100340 pkgconfig dependency on gettext needs to be variable
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    51
depend type=optional \
d511b9037189 22100340 pkgconfig dependency on gettext needs to be variable
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    52
    fmri=pkg:/developer/gnome/[email protected]$(OLD_DESKTOP_BUILD)