components/ksh93/source-demo-ksh93.p5m
branchs11-update
changeset 2551 0391c5c3b137
parent 909 ec78fc2e4b1d
child 1251 f1fb66b52f41
child 3124 c98e513b8621
equal deleted inserted replaced
2550:02b339f70efd 2551:0391c5c3b137
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # The man pages are all at the top of a "files" directory; setting the hash to
    26 # The man pages are all at the top of a "files" directory; setting the hash to
    27 # point to the files therein.
    27 # point to the files therein.
    28 <transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<\1> >
    28 <transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<\1> >
    31 set name=pkg.fmri \
    31 set name=pkg.fmri \
    32     value=pkg:/source/demo/ksh93@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    32     value=pkg:/source/demo/ksh93@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    33 set name=pkg.human-version value=$(IPS_HUMAN_VERSION)
    33 set name=pkg.human-version value=$(IPS_HUMAN_VERSION)
    34 set name=pkg.description value="Source code to demonstrate the KornShell"
    34 set name=pkg.description value="Source code to demonstrate the KornShell"
    35 set name=pkg.summary value="KornShell demos"
    35 set name=pkg.summary value="KornShell demos"
       
    36 set name=com.oracle.info.description value="the Korn Shell demos"
    36 set name=info.classification value=org.opensolaris.category.2008:System/Core
    37 set name=info.classification value=org.opensolaris.category.2008:System/Core
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    38 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    38 set name=info.upstream \
    39 set name=info.upstream \
    39     value="AT&T Software Technology (AST) OpenSource Software Collection"
    40     value="AT&T Software Technology (AST) OpenSource Software Collection"
    40 set name=info.upstream-url value=$(COMPONENT_ARCHIVE_URL)
    41 set name=info.upstream-url value=$(COMPONENT_ARCHIVE_URL)