components/avahi/avahi-gui.p5m
changeset 5335 5761566a80a8
child 5427 25b736152081
equal deleted inserted replaced
5334:30ec36f36c89 5335:5761566a80a8
       
     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 
       
    22 #
       
    23 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 # man pages stability
       
    27 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    28 
       
    29 # package attribs
       
    30 set name=pkg.fmri \
       
    31     value=pkg:/system/network/avahi/gui@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    32 set name=pkg.summary value="Avahi client GUI libs/utils"
       
    33 set name=com.oracle.info.description \
       
    34     value="GUI libs/utils providing discovery on a local network."
       
    35 set name=com.oracle.info.tpno value=$(TPNO)
       
    36 set name=info.classification \
       
    37     value=org.opensolaris.category.2008:Applications/Internet
       
    38 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    39 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    40 set name=org.opensolaris.arc-caseid value=LSARC/2007/464
       
    41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    42 #
       
    43 file path=usr/bin/avahi-discover-standalone
       
    44 link path=usr/bin/bshell target=bssh
       
    45 file path=usr/bin/bssh
       
    46 link path=usr/bin/bvnc target=bssh
       
    47 #
       
    48 file path=usr/include/avahi-ui/avahi-ui.h
       
    49 #
       
    50 link path=usr/lib/$(MACH64)/libavahi-ui.so target=libavahi-ui.so.0.1.4
       
    51 link path=usr/lib/$(MACH64)/libavahi-ui.so.0 target=libavahi-ui.so.0.1.4
       
    52 file path=usr/lib/$(MACH64)/libavahi-ui.so.0.1.4
       
    53 #
       
    54 link path=usr/lib/libavahi-ui.so target=libavahi-ui.so.0.1.4
       
    55 link path=usr/lib/libavahi-ui.so.0 target=libavahi-ui.so.0.1.4
       
    56 file path=usr/lib/libavahi-ui.so.0.1.4
       
    57 #
       
    58 file path=usr/lib/pkgconfig/avahi-ui.pc
       
    59 #
       
    60 file path=usr/share/applications/bssh.desktop
       
    61 file path=usr/share/applications/bvnc.desktop
       
    62 #
       
    63 file path=usr/share/avahi/interfaces/avahi-discover.ui
       
    64 
       
    65 # Man pages can not be rebuilt because the xmltoman is missing on Solaris
       
    66 # ...current man pages are patched instead.
       
    67 file man/bssh.1 path=usr/share/man/man1/bssh.1
       
    68 link path=usr/share/man/man1/bvnc.1 target=bssh.1
       
    69 
       
    70 # license file
       
    71 license avahi.license license=$(COPYRIGHTS)