components/ksh93/ksh93.p5m
changeset 5427 25b736152081
parent 5129 5431772f7235
equal deleted inserted replaced
5426:095b7eacbee6 5427:25b736152081
    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) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # The man pages are all at the top of a "files" directory; setting the hash to
    24 # The man pages are all at the top of a "files" directory; setting the hash to
    25 # point to the files therein.
    25 # point to the files therein.
    26 <transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<1> >
    26 <transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<1> >
    30 set name=pkg.fmri \
    30 set name=pkg.fmri \
    31     value=pkg:/shell/ksh93@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    31     value=pkg:/shell/ksh93@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    32 set name=pkg.summary value="Ksh93 - The AT&T Korn Shell"
    32 set name=pkg.summary value="Ksh93 - The AT&T Korn Shell"
    33 set name=pkg.description \
    33 set name=pkg.description \
    34     value="Korn Shell 93: A command and programming language that executes commands read from a terminal or a file"
    34     value="Korn Shell 93: A command and programming language that executes commands read from a terminal or a file"
    35 set name=pkg.human-version value=$(IPS_HUMAN_VERSION)
    35 set name=pkg.human-version value=$(DQ)$(HUMAN_VERSION)$(DQ)
    36 
    36 
    37 # This package name has known conflicts with other packages in the WOS
    37 # This package name has known conflicts with other packages in the WOS
    38 set name=pkg.linted.pkglint.manifest004 value=true
    38 set name=pkg.linted.pkglint.manifest004 value=true
    39 set name=com.oracle.info.description value="the AT&T ksh93 Korn Shell"
    39 set name=com.oracle.info.description value="the AT&T ksh93 Korn Shell"
    40 set name=com.oracle.info.tpno value=$(TPNO)
    40 set name=com.oracle.info.tpno value=$(TPNO)