components/bzip2/bzip2.p5m
changeset 181 87e11e685b1f
parent 76 a084497ff237
child 464 08f94c414553
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri value=pkg:/compress/bzip2@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    27 set name=pkg.summary value="high-quality block-sorting file compressor - utilities"
    27 set name=pkg.fmri \
    28 set name=pkg.description value="bzip2 is a freely available, patent free, high-quality data compressor."
    28     value=pkg:/compress/bzip2@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29 set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
    29 set name=pkg.description \
       
    30     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=info.classification \
       
    34     value="org.opensolaris.category.2008:Applications/System Utilities"
       
    35 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    30 set name=info.upstream_url value=http://www.bzip.org/
    36 set name=info.upstream_url value=http://www.bzip.org/
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=opensolaris.arc_url \
       
    38     value=http://arc.opensolaris.org/caselog/PSARC/2000/488
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    33 
       
    34 dir path=usr
    40 dir path=usr
    35 dir path=usr/bin
    41 dir path=usr/bin
    36 dir path=usr/include
    42 dir path=usr/include
    37 dir path=usr/lib
    43 dir path=usr/lib
    38 dir path=usr/lib/$(MACH64)
    44 dir path=usr/lib/$(MACH64)
    51 file path=usr/lib/$(MACH64)/libbz2.so.1
    57 file path=usr/lib/$(MACH64)/libbz2.so.1
    52 file path=usr/lib/$(MACH64)/llib-lbz2.ln
    58 file path=usr/lib/$(MACH64)/llib-lbz2.ln
    53 file path=usr/lib/libbz2.so.1
    59 file path=usr/lib/libbz2.so.1
    54 file path=usr/lib/llib-lbz2
    60 file path=usr/lib/llib-lbz2
    55 file path=usr/lib/llib-lbz2.ln
    61 file path=usr/lib/llib-lbz2.ln
    56 file path=usr/share/man/man1/bunzip2.1
    62 file manpages/bunzip2.1 path=usr/share/man/man1/bunzip2.1
    57 file path=usr/share/man/man1/bzcat.1
    63 file manpages/bzcat.1 path=usr/share/man/man1/bzcat.1
    58 file path=usr/share/man/man1/bzcmp.1
    64 file path=usr/share/man/man1/bzcmp.1
    59 file path=usr/share/man/man1/bzdiff.1
    65 file manpages/bzdiff.1 path=usr/share/man/man1/bzdiff.1
    60 file path=usr/share/man/man1/bzegrep.1
    66 file path=usr/share/man/man1/bzegrep.1
    61 file path=usr/share/man/man1/bzfgrep.1
    67 file path=usr/share/man/man1/bzfgrep.1
    62 file path=usr/share/man/man1/bzgrep.1
    68 file manpages/bzgrep.1 path=usr/share/man/man1/bzgrep.1
    63 file path=usr/share/man/man1/bzip2.1
    69 file manpages/bzip2.1 path=usr/share/man/man1/bzip2.1
    64 file path=usr/share/man/man1/bzip2recover.1
    70 file manpages/bzip2recover.1 path=usr/share/man/man1/bzip2recover.1
    65 file path=usr/share/man/man1/bzless.1
    71 file path=usr/share/man/man1/bzless.1
    66 file path=usr/share/man/man1/bzmore.1
    72 file manpages/bzmore.1 path=usr/share/man/man1/bzmore.1
    67 file path=usr/share/man/man3/libbz2.3
    73 file manpages/libbz2.3 path=usr/share/man/man3/libbz2.3
       
    74 legacy pkg=SUNWbzip desc="The bzip compression utility" \
       
    75     name="The bzip compression utility"
       
    76 license bzip2.license license="bzip2 license"
    68 link path=usr/bin/bzcmp target=./bzdiff
    77 link path=usr/bin/bzcmp target=./bzdiff
    69 link path=usr/bin/bzegrep target=./bzgrep
    78 link path=usr/bin/bzegrep target=./bzgrep
    70 link path=usr/bin/bzfgrep target=./bzgrep
    79 link path=usr/bin/bzfgrep target=./bzgrep
    71 link path=usr/bin/bzless target=./bzmore
    80 link path=usr/bin/bzless target=./bzmore
    72 link path=usr/lib/$(MACH64)/libbz2.so target=libbz2.so.1
    81 link path=usr/lib/$(MACH64)/libbz2.so target=libbz2.so.1
    73 link path=usr/lib/libbz2.so target=libbz2.so.1
    82 link path=usr/lib/libbz2.so target=libbz2.so.1
    74 
       
    75 license bzip2.license license="bzip2 license"
       
    76 
       
    77 legacy	pkg=SUNWbzip \
       
    78 	name="The bzip compression utility" \
       
    79 	desc="The bzip compression utility"