components/which/which.p5m
changeset 181 87e11e685b1f
parent 145 1e2390f5555e
child 309 47629e3bbdce
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 set name=pkg.fmri value=pkg:/shell/which@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    23 
       
    24 # PSARC/2007/049
       
    25 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/shell/which@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    24 set name=pkg.summary value="GNU which"
    28 set name=pkg.summary value="GNU which"
    25 set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
    29 set name=info.classification \
    26 set name=info.upstream_url value="http://www.xs4all.nl/~carlo17/which/"
    30     value="org.opensolaris.category.2008:Applications/System Utilities"
    27 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=info.upstream_url value=http://www.xs4all.nl/~carlo17/which/
       
    33 set name=opensolaris.arc_url \
       
    34     value=http://arc.opensolaris.org/caselog/PSARC/2007/049
    28 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    29 
       
    30 dir path=usr
    36 dir path=usr
    31 dir path=usr/gnu
    37 dir path=usr/gnu
    32 dir path=usr/gnu/bin
    38 dir path=usr/gnu/bin
    33 dir path=usr/gnu/share
    39 dir path=usr/gnu/share
    34 dir path=usr/gnu/share/man
    40 dir path=usr/gnu/share/man
    36 dir path=usr/share
    42 dir path=usr/share
    37 dir path=usr/share/info
    43 dir path=usr/share/info
    38 file path=usr/gnu/bin/which
    44 file path=usr/gnu/bin/which
    39 file path=usr/gnu/share/man/man1/which.1
    45 file path=usr/gnu/share/man/man1/which.1
    40 file path=usr/share/info/which.info
    46 file path=usr/share/info/which.info
    41 
    47 legacy pkg=SUNWgnu-which desc="GNU which utility (2.16)" name="GNU which"
    42 license which.license license="GPLv2"
    48 license which.license license=GPLv2
    43 
       
    44 legacy	pkg=SUNWgnu-which \
       
    45 	name="GNU which" \
       
    46 	desc="GNU which utility (2.16)"