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