packages/SUNWvncviewer/prototype
changeset 247 eec255d17972
child 363 5a406283ae03
equal deleted inserted replaced
246:33e8fc9119a3 247:eec255d17972
       
     1 ###########################################################################
       
     2 #
       
     3 # Copyright 2007 Sun Microsystems, Inc.  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
       
     7 # "Software"), to deal in the Software without restriction, including
       
     8 # without limitation the rights to use, copy, modify, merge, publish,
       
     9 # distribute, and/or sell copies of the Software, and to permit persons
       
    10 # to whom the Software is furnished to do so, provided that the above
       
    11 # copyright notice(s) and this permission notice appear in all copies of
       
    12 # the Software and that both the above copyright notice(s) and this
       
    13 # permission notice appear in supporting documentation.
       
    14 #
       
    15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
       
    16 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    17 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
       
    18 # OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
       
    19 # HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
       
    20 # INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
       
    21 # FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
       
    22 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
       
    23 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
       
    24 #
       
    25 # Except as contained in this notice, the name of a copyright holder
       
    26 # shall not be used in advertising or otherwise to promote the sale, use
       
    27 # or other dealings in this Software without prior written authorization
       
    28 # of the copyright holder.
       
    29 #
       
    30 ###########################################################################
       
    31 #
       
    32 # ident "@(#)prototype 1.1     07/11/06 SMI"
       
    33 #
       
    34 # vncviewer for Solaris
       
    35 
       
    36 !HOME=../usr
       
    37 
       
    38 i pkginfo
       
    39 i copyright
       
    40 i depend
       
    41 
       
    42 !search $HOME/bin
       
    43 d none bin				0755 root bin
       
    44 f none bin/vncviewer			0555 root bin
       
    45 
       
    46 !search $HOME/share/man/man1
       
    47 d none share/man			0755 root bin
       
    48 d none share/man/man1			0755 root bin
       
    49 f none share/man/man1/vncviewer.1	0444 root bin
       
    50 
       
    51