components/bzip2/bzip2.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    27 set name=pkg.fmri \
    27 set name=pkg.fmri \
    28     value=pkg:/compress/bzip2@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     value=pkg:/compress/bzip2@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.summary \
       
    30     value="high-quality block-sorting file compressor - utilities"
    29 set name=pkg.description \
    31 set name=pkg.description \
    30     value="bzip2 is a freely available, patent free, high-quality data compressor."
    32     value="bzip2 is a freely available, patent free, high-quality data compressor."
    31 set name=pkg.summary \
       
    32     value="high-quality block-sorting file compressor - utilities"
       
    33 set name=com.oracle.info.description value="the bzip2 data compression utility"
    33 set name=com.oracle.info.description value="the bzip2 data compression utility"
    34 set name=com.oracle.info.tpno value=$(TPNO)
    34 set name=com.oracle.info.tpno value=$(TPNO)
    35 set name=info.classification \
    35 set name=info.classification \
    36     value="org.opensolaris.category.2008:Applications/System Utilities"
    36     value="org.opensolaris.category.2008:Applications/System Utilities"
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    39 set name=org.opensolaris.arc-caseid \
    39 set name=org.opensolaris.arc-caseid value=PSARC/1999/555
    40     value=PSARC/1999/555
       
    41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    42 dir path=usr
    41 dir  path=usr
    43 dir path=usr/bin
    42 dir  path=usr/bin
    44 dir path=usr/include
       
    45 dir path=usr/lib
       
    46 dir path=usr/lib/$(MACH64)
       
    47 dir path=usr/share
       
    48 dir path=usr/share/man
       
    49 dir path=usr/share/man/man1
       
    50 dir path=usr/share/man/man3
       
    51 file build/$(MACH64)/bzip2 path=usr/bin/bunzip2
    43 file build/$(MACH64)/bzip2 path=usr/bin/bunzip2
    52 file build/$(MACH64)/bzip2 path=usr/bin/bzcat
    44 file build/$(MACH64)/bzip2 path=usr/bin/bzcat
       
    45 link path=usr/bin/bzcmp target=./bzdiff
    53 file path=usr/bin/bzdiff
    46 file path=usr/bin/bzdiff
       
    47 link path=usr/bin/bzegrep target=./bzgrep
       
    48 link path=usr/bin/bzfgrep target=./bzgrep
    54 file path=usr/bin/bzgrep
    49 file path=usr/bin/bzgrep
    55 file build/$(MACH64)/bzip2 path=usr/bin/bzip2
    50 file build/$(MACH64)/bzip2 path=usr/bin/bzip2
    56 file build/$(MACH64)/bzip2recover path=usr/bin/bzip2recover
    51 file build/$(MACH64)/bzip2recover path=usr/bin/bzip2recover
       
    52 link path=usr/bin/bzless target=./bzmore
    57 file path=usr/bin/bzmore
    53 file path=usr/bin/bzmore
       
    54 dir  path=usr/include
    58 file path=usr/include/bzlib.h
    55 file path=usr/include/bzlib.h
       
    56 dir  path=usr/lib
       
    57 dir  path=usr/lib/$(MACH64)
       
    58 link path=usr/lib/$(MACH64)/libbz2.so target=libbz2.so.1
    59 file path=usr/lib/$(MACH64)/libbz2.so.1
    59 file path=usr/lib/$(MACH64)/libbz2.so.1
    60 file path=usr/lib/$(MACH64)/llib-lbz2.ln
    60 file path=usr/lib/$(MACH64)/llib-lbz2.ln
       
    61 link path=usr/lib/libbz2.so target=libbz2.so.1
    61 file path=usr/lib/libbz2.so.1
    62 file path=usr/lib/libbz2.so.1
    62 file path=usr/lib/llib-lbz2
    63 file path=usr/lib/llib-lbz2
    63 file path=usr/lib/llib-lbz2.ln
    64 file path=usr/lib/llib-lbz2.ln
       
    65 dir  path=usr/share
       
    66 dir  path=usr/share/man
       
    67 dir  path=usr/share/man/man1
    64 file manpages/bunzip2.1 path=usr/share/man/man1/bunzip2.1
    68 file manpages/bunzip2.1 path=usr/share/man/man1/bunzip2.1
    65 file manpages/bzcat.1 path=usr/share/man/man1/bzcat.1
    69 file manpages/bzcat.1 path=usr/share/man/man1/bzcat.1
    66 file path=usr/share/man/man1/bzcmp.1
    70 file path=usr/share/man/man1/bzcmp.1
    67 file manpages/bzdiff.1 path=usr/share/man/man1/bzdiff.1
    71 file manpages/bzdiff.1 path=usr/share/man/man1/bzdiff.1
    68 file path=usr/share/man/man1/bzegrep.1
    72 file path=usr/share/man/man1/bzegrep.1
    70 file manpages/bzgrep.1 path=usr/share/man/man1/bzgrep.1
    74 file manpages/bzgrep.1 path=usr/share/man/man1/bzgrep.1
    71 file manpages/bzip2.1 path=usr/share/man/man1/bzip2.1
    75 file manpages/bzip2.1 path=usr/share/man/man1/bzip2.1
    72 file manpages/bzip2recover.1 path=usr/share/man/man1/bzip2recover.1
    76 file manpages/bzip2recover.1 path=usr/share/man/man1/bzip2recover.1
    73 file path=usr/share/man/man1/bzless.1
    77 file path=usr/share/man/man1/bzless.1
    74 file manpages/bzmore.1 path=usr/share/man/man1/bzmore.1
    78 file manpages/bzmore.1 path=usr/share/man/man1/bzmore.1
       
    79 dir  path=usr/share/man/man3
    75 file manpages/libbz2.3 path=usr/share/man/man3/libbz2.3
    80 file manpages/libbz2.3 path=usr/share/man/man3/libbz2.3
    76 legacy pkg=SUNWbzip desc="The bzip compression utility" \
    81 legacy pkg=SUNWbzip desc="The bzip compression utility" \
    77     name="The bzip compression utility"
    82     name="The bzip compression utility"
    78 license bzip2.license license="bzip2 license"
    83 license bzip2.license license="bzip2 license"
    79 link path=usr/bin/bzcmp target=./bzdiff
       
    80 link path=usr/bin/bzegrep target=./bzgrep
       
    81 link path=usr/bin/bzfgrep target=./bzgrep
       
    82 link path=usr/bin/bzless target=./bzmore
       
    83 link path=usr/lib/$(MACH64)/libbz2.so target=libbz2.so.1
       
    84 link path=usr/lib/libbz2.so target=libbz2.so.1