components/cmake/cmake.p5m
changeset 1948 2d1537e7942d
parent 1251 f1fb66b52f41
child 3732 0f62cc221c7e
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 
    25 
    26 # Get manpages from usr/usr/share/man/man1 in proto area
    26 # Get manpages from usr/usr/share/man/man1 in proto area
    32 set name=pkg.fmri value=pkg:/developer/build/cmake@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    32 set name=pkg.fmri value=pkg:/developer/build/cmake@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    33 set name=pkg.summary value="A cross-platform, open-source make system"
    33 set name=pkg.summary value="A cross-platform, open-source make system"
    34 set name=pkg.description \
    34 set name=pkg.description \
    35     value="CMake is a family of tools designed to build, test and package software.  It is used to control the software compilation process using simple platform and compiler-independent configuration files.  CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. "
    35     value="CMake is a family of tools designed to build, test and package software.  It is used to control the software compilation process using simple platform and compiler-independent configuration files.  CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. "
    36 set name=com.oracle.info.description value="the cmake cross-platform make system"
    36 set name=com.oracle.info.description value="the cmake cross-platform make system"
    37 set name=com.oracle.info.tpno value=6581
    37 set name=com.oracle.info.tpno value=$(TPNO)
    38 set name=info.classification \
    38 set name=info.classification \
    39 	value="org.opensolaris.category.2008:Development/Distribution Tools"
    39 	value="org.opensolaris.category.2008:Development/Distribution Tools"
    40 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    40 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    41 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    41 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)