components/hal-cups-utils/hal-cups-utils.p5m
changeset 160 4eabca2bceee
child 162 4ece0535acb7
equal deleted inserted replaced
159:315fcb0d53a0 160:4eabca2bceee
       
     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) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.summary value="Automatic queue creation for CUPS"
       
    25 set name=pkg.description value="hal-cups-utils is a Hardware Abstraction Layer (HAL) plugin module that automatically creates print queues under the Common UNIX Printing System (CUPS) for printers detected by HAL."
       
    26 set name=pkg.fmri value=pkg:/print/cups/hal-cups-utils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=info.classification value="org.opensolaris.category.2008:System/Printing"
       
    28 set name=info.upstream_url value="http://fedorahosted.org/hal-cups-utils/"
       
    29 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    31 
       
    32 license hal-cups-utils.copyright license="CUPS license"
       
    33 
       
    34 dir path=etc
       
    35 dir path=etc/hal
       
    36 dir path=etc/hal/fdi
       
    37 dir path=etc/hal/fdi/policy
       
    38 dir path=etc/hal/fdi/policy/10osvendor
       
    39 dir path=usr
       
    40 dir path=usr/lib
       
    41 dir path=usr/lib/cups
       
    42 dir path=usr/lib/cups/backend
       
    43 dir path=usr/lib/hal
       
    44 dir path=usr/share
       
    45 dir path=usr/share/man
       
    46 dir path=usr/share/man/man5
       
    47 file path=etc/hal/fdi/policy/10osvendor/10-hal_lpadmin.fdi
       
    48 file hal-cups-utils.5 path=usr/share/man/man5/hal-cups-utils.5
       
    49 file path=usr/lib/cups/backend/hal mode=0555
       
    50 file path=usr/lib/hal/hal_lpadmin mode=0555
       
    51 
       
    52 legacy pkg=SUNWhal-cups-utils \
       
    53 	desc="Automatic queue creation for CUPS" \
       
    54 	name="hal-cups-utils (usr)"
       
    55 legacy pkg=SUNWhal-cups-utilsr \
       
    56 	desc="Automatic queue configuration for CUPS" \
       
    57 	name="hal-cups-utils (root)"