components/lcms/lcms.ips
changeset 30 440b6ca0641d
parent 29 eb4177698749
child 31 90e0c3ea3281
equal deleted inserted replaced
29:eb4177698749 30:440b6ca0641d
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 set name=pkg.fmri \
       
    24     value=pkg:/$(PUBLISHER)/library/lcms@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    25 set name=pkg.description value="$(COMPONENT_DESCRIPTION) "
       
    26 set name=pkg.summary value="$(COMPONENT_SUMMARY) "
       
    27 set name=info.classification \
       
    28     value="org.opensolaris.category.2008:$(COMPONENT_CLASSIFICATION) "
       
    29 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    30 set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
       
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    32 license COPYING license="LCMS"
       
    33 dir path=usr
       
    34 dir path=usr/bin
       
    35 dir path=usr/bin/$(MACH64) variant.arch=$(ARCH)
       
    36 dir path=usr/include
       
    37 dir path=usr/lib
       
    38 dir path=usr/lib/$(MACH64) variant.arch=$(ARCH)
       
    39 dir path=usr/lib/$(MACH64)/pkgconfig variant.arch=$(ARCH)
       
    40 dir path=usr/lib/pkgconfig
       
    41 dir path=usr/share
       
    42 dir path=usr/share/man
       
    43 dir path=usr/share/man/man1
       
    44 file path=usr/bin/$(MACH64)/icc2ps variant.arch=$(ARCH)
       
    45 file path=usr/bin/$(MACH64)/icclink variant.arch=$(ARCH)
       
    46 file path=usr/bin/$(MACH64)/icctrans variant.arch=$(ARCH)
       
    47 file path=usr/bin/$(MACH64)/jpegicc variant.arch=$(ARCH)
       
    48 file path=usr/bin/$(MACH64)/tiffdiff variant.arch=$(ARCH)
       
    49 file path=usr/bin/$(MACH64)/tifficc variant.arch=$(ARCH)
       
    50 file path=usr/bin/$(MACH64)/wtpt variant.arch=$(ARCH)
       
    51 file path=usr/bin/icc2ps variant.arch=$(ARCH)
       
    52 file path=usr/bin/icclink variant.arch=$(ARCH)
       
    53 file path=usr/bin/icctrans variant.arch=$(ARCH)
       
    54 file path=usr/bin/jpegicc variant.arch=$(ARCH)
       
    55 file path=usr/bin/tiffdiff variant.arch=$(ARCH)
       
    56 file path=usr/bin/tifficc variant.arch=$(ARCH)
       
    57 file path=usr/bin/wtpt variant.arch=$(ARCH)
       
    58 file path=usr/include/icc34.h
       
    59 file path=usr/include/lcms.h
       
    60 file path=usr/lib/$(MACH64)/liblcms.a variant.arch=$(ARCH)
       
    61 file path=usr/lib/$(MACH64)/liblcms.la variant.arch=$(ARCH)
       
    62 file path=usr/lib/$(MACH64)/liblcms.so.1.0.19 variant.arch=$(ARCH)
       
    63 file path=usr/lib/$(MACH64)/pkgconfig/lcms.pc variant.arch=$(ARCH)
       
    64 file path=usr/lib/liblcms.a variant.arch=$(ARCH)
       
    65 file path=usr/lib/liblcms.la variant.arch=$(ARCH)
       
    66 file path=usr/lib/liblcms.so.1.0.19 variant.arch=$(ARCH)
       
    67 file path=usr/lib/pkgconfig/lcms.pc
       
    68 file path=usr/share/man/man1/icc2ps.1
       
    69 file path=usr/share/man/man1/icclink.1
       
    70 file path=usr/share/man/man1/jpegicc.1
       
    71 file path=usr/share/man/man1/tifficc.1
       
    72 file path=usr/share/man/man1/wtpt.1
       
    73 link path=usr/lib/$(MACH64)/liblcms.so target=liblcms.so.1.0.19 \
       
    74     variant.arch=$(ARCH)
       
    75 link path=usr/lib/$(MACH64)/liblcms.so.1 target=liblcms.so.1.0.19 \
       
    76     variant.arch=$(ARCH)
       
    77 link path=usr/lib/liblcms.so target=liblcms.so.1.0.19
       
    78 link path=usr/lib/liblcms.so.1 target=liblcms.so.1.0.19
       
    79 depend fmri=pkg:/image/library/[email protected] type=require
       
    80 depend fmri=pkg:/image/library/[email protected] type=require
       
    81 depend fmri=pkg:/library/[email protected] type=require
       
    82 depend fmri=pkg:/system/library/[email protected] type=require
       
    83 depend fmri=pkg:/system/[email protected] type=require
       
    84 
       
    85 
       
    86