components/lcms/lcms.p5m
changeset 181 87e11e685b1f
parent 174 187aa0541610
child 206 a4474882bf60
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:/library/lcms@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    23 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/library/lcms@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.description \
       
    27     value="A small-footprint color management engine, with special focus on accuracy and performance"
    24 set name=pkg.summary value="The Little Color Management System"
    28 set name=pkg.summary value="The Little Color Management System"
    25 set name=pkg.description value="A small-footprint color management engine, with special focus on accuracy and performance"
    29 set name=info.classification \
    26 set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
    30     value=org.opensolaris.category.2008:System/Libraries
    27 set name=info.upstream_url value="http://www.littlecms.com/"
       
    28 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.littlecms.com/
       
    33 set name=opensolaris.arc_url \
       
    34     value=http://arc.opensolaris.org/caselog/PSARC/2008/071
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 #
    36 #
    31 dir path=usr
    37 dir path=usr
    32 dir path=usr/bin
    38 dir path=usr/bin
    33 dir path=usr/include
    39 dir path=usr/include
    34 dir path=usr/include/lcms
    40 dir path=usr/include/lcms
    35 dir path=usr/lib
    41 dir path=usr/lib
    36 dir path=usr/lib/$(MACH64)
    42 dir path=usr/lib/$(MACH64)
       
    43 dir path=usr/lib/$(MACH64)/pkgconfig
    37 dir path=usr/lib/pkgconfig
    44 dir path=usr/lib/pkgconfig
    38 dir path=usr/lib/$(MACH64)/pkgconfig
       
    39 dir path=usr/lib/python2.6
    45 dir path=usr/lib/python2.6
    40 dir path=usr/lib/python2.6/vendor-packages
    46 dir path=usr/lib/python2.6/vendor-packages
    41 dir path=usr/lib/python2.6/vendor-packages/64
    47 dir path=usr/lib/python2.6/vendor-packages/64
    42 dir path=usr/share
    48 dir path=usr/share
    43 dir path=usr/share/doc
    49 dir path=usr/share/doc
    51 file path=usr/bin/icctrans
    57 file path=usr/bin/icctrans
    52 file path=usr/bin/jpegicc
    58 file path=usr/bin/jpegicc
    53 file path=usr/bin/tiffdiff
    59 file path=usr/bin/tiffdiff
    54 file path=usr/bin/tifficc
    60 file path=usr/bin/tifficc
    55 file path=usr/bin/wtpt
    61 file path=usr/bin/wtpt
       
    62 file path=usr/include/lcms/icc34.h
    56 file path=usr/include/lcms/lcms.h
    63 file path=usr/include/lcms/lcms.h
    57 file path=usr/include/lcms/icc34.h
    64 file path=usr/lib/$(MACH64)/liblcms.so.1.0.19
       
    65 file path=usr/lib/$(MACH64)/llib-llcms.ln
       
    66 file path=usr/lib/$(MACH64)/pkgconfig/lcms.pc
    58 file path=usr/lib/liblcms.so.1.0.19
    67 file path=usr/lib/liblcms.so.1.0.19
    59 file path=usr/lib/$(MACH64)/liblcms.so.1.0.19
       
    60 file path=usr/lib/llib-llcms
    68 file path=usr/lib/llib-llcms
    61 file path=usr/lib/llib-llcms.ln
    69 file path=usr/lib/llib-llcms.ln
    62 file path=usr/lib/$(MACH64)/llib-llcms.ln
       
    63 file path=usr/lib/pkgconfig/lcms.pc
    70 file path=usr/lib/pkgconfig/lcms.pc
    64 file path=usr/lib/$(MACH64)/pkgconfig/lcms.pc
    71 file path=usr/lib/python2.6/vendor-packages/64/_lcms.so
    65 file path=usr/lib/python2.6/vendor-packages/_lcms.so
    72 file path=usr/lib/python2.6/vendor-packages/_lcms.so
    66 file path=usr/lib/python2.6/vendor-packages/64/_lcms.so
       
    67 file path=usr/lib/python2.6/vendor-packages/lcms.py
    73 file path=usr/lib/python2.6/vendor-packages/lcms.py
    68 file path=usr/share/man/man1/icc2ps.1
    74 file path=usr/share/man/man1/icc2ps.1
    69 file path=usr/share/man/man1/icclink.1
    75 file path=usr/share/man/man1/icclink.1
    70 file path=usr/share/man/man1/icctrans.1
    76 file samples/icctrans.1 path=usr/share/man/man1/icctrans.1
    71 file path=usr/share/man/man1/jpegicc.1
    77 file path=usr/share/man/man1/jpegicc.1
    72 file path=usr/share/man/man1/tifficc.1
    78 file path=usr/share/man/man1/tifficc.1
    73 file path=usr/share/man/man1/wtpt.1
    79 file path=usr/share/man/man1/wtpt.1
    74 #
    80 #
       
    81 legacy pkg=SUNWlcms desc="LCMS - Little Color Management System (1.19)" \
       
    82     name="Little Color Management System"
       
    83 #
       
    84 license lcms.license license=MIT
       
    85 #
       
    86 link path=usr/lib/$(MACH64)/liblcms.so target=liblcms.so.1.0.19
       
    87 link path=usr/lib/$(MACH64)/liblcms.so.1 target=liblcms.so.1.0.19
       
    88 link path=usr/lib/liblcms.so target=liblcms.so.1.0.19
    75 link path=usr/lib/liblcms.so.1 target=liblcms.so.1.0.19
    89 link path=usr/lib/liblcms.so.1 target=liblcms.so.1.0.19
    76 link path=usr/lib/liblcms.so target=liblcms.so.1.0.19
       
    77 link path=usr/lib/$(MACH64)/liblcms.so.1 target=liblcms.so.1.0.19
       
    78 link path=usr/lib/$(MACH64)/liblcms.so target=liblcms.so.1.0.19
       
    79 #
       
    80 license lcms.license license="MIT"
       
    81 #
       
    82 legacy pkg=SUNWlcms \
       
    83     desc="LCMS - Little Color Management System (1.19)" \
       
    84     name="Little Color Management System"
       
    85 
    90