packages/SUNWxwice/prototype
changeset 970 272328fe1b4a
parent 969 f3e9f1ddd6a8
child 971 8459d3101073
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
     1 ###########################################################################
       
     2 #
       
     3 # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
       
     4 #
       
     5 # Permission is hereby granted, free of charge, to any person obtaining a
       
     6 # copy of this software and associated documentation files (the "Software"),
       
     7 # to deal in the Software without restriction, including without limitation
       
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
       
     9 # and/or sell copies of the Software, and to permit persons to whom the
       
    10 # Software is furnished to do so, subject to the following conditions:
       
    11 #
       
    12 # The above copyright notice and this permission notice (including the next
       
    13 # paragraph) shall be included in all copies or substantial portions of the
       
    14 # Software.
       
    15 #
       
    16 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
       
    19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
       
    22 # DEALINGS IN THE SOFTWARE.
       
    23 #
       
    24 ###########################################################################
       
    25 #
       
    26 #
       
    27 #    X Window System ICE library
       
    28 
       
    29 i pkginfo
       
    30 i copyright
       
    31 i depend
       
    32 
       
    33 !HOME=../usr
       
    34 
       
    35 !search  $HOME/bin
       
    36 # iceauth executable
       
    37 d none bin							0755 root bin
       
    38 f none bin/iceauth						0755 root bin
       
    39 
       
    40 !search  $HOME/lib
       
    41 d none lib							0755 root bin
       
    42 f none lib/libICE.so.6						0755 root bin
       
    43 s none lib/libICE.so=libICE.so.6
       
    44 
       
    45 #    X Window System ICE 64-bit library
       
    46 !search  $HOME/lib/$plat_64
       
    47 d none lib/$plat_64						0755 root bin
       
    48 f none lib/$plat_64/libICE.so.6					0755 root bin
       
    49 s none lib/$plat_64/libICE.so=libICE.so.6
       
    50 
       
    51 # Backwards compatible symbolic links
       
    52 d none X11							0755 root bin
       
    53 d none X11/bin							0755 root bin
       
    54 s none X11/bin/iceauth=../../bin/iceauth
       
    55 d none X11/lib							0755 root bin
       
    56 s none X11/lib/libICE.so=../../lib/libICE.so.6
       
    57 s none X11/lib/libICE.so.6=../../lib/libICE.so.6
       
    58 d none X11/lib/$plat_64						0755 root bin
       
    59 s none X11/lib/$plat_64/libICE.so=../../../lib/64/libICE.so.6
       
    60 s none X11/lib/$plat_64/libICE.so.6=../../../lib/64/libICE.so.6
       
    61 
       
    62