usr/src/pkgdefs/SUNWlibsndfile/prototype_com
changeset 86 7cec84c09a67
parent 85 2b1f0bf1e1e8
child 87 f1183b751617
equal deleted inserted replaced
85:2b1f0bf1e1e8 86:7cec84c09a67
     1 #
       
     2 #
       
     3 # CDDL HEADER START
       
     4 #
       
     5 # The contents of this file are subject to the terms of the
       
     6 # Common Development and Distribution License (the "License").
       
     7 # You may not use this file except in compliance with the License.
       
     8 #
       
     9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    10 # or http://www.opensolaris.org/os/licensing.
       
    11 # See the License for the specific language governing permissions
       
    12 # and limitations under the License.
       
    13 #
       
    14 # When distributing Covered Code, include this CDDL HEADER in each
       
    15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    16 # If applicable, add the following below this CDDL HEADER, with the
       
    17 # fields enclosed by brackets "[]" replaced with your own identifying
       
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    19 #
       
    20 # CDDL HEADER END
       
    21 #
       
    22 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
       
    23 #
       
    24 #pragma ident	"@(#)prototype_com	1.2	10/11/24 SMI"
       
    25 #
       
    26 #
       
    27 # This required package information file contains a list of package contents.
       
    28 # The 'pkgmk' command uses this file to identify the contents of a package
       
    29 # and their location on the development machine when building the package.
       
    30 # Can be created via a text editor or through use of the 'pkgproto' command.
       
    31 
       
    32 #!search <pathname pathname ...>	# where to find pkg objects
       
    33 #!include <filename>			# include another 'prototype' file
       
    34 #!default <mode> <owner> <group>	# default used if not specified on entry
       
    35 #!<param>=<value>			# puts parameter in pkg environment
       
    36 
       
    37 # packaging files
       
    38 i pkginfo
       
    39 i copyright
       
    40 i depend
       
    41 
       
    42 # source locations relative to the prototype file
       
    43 #
       
    44 # SUNWlibsndfile
       
    45 #
       
    46 d none usr 755 root sys
       
    47 d none usr/lib 755 root bin 
       
    48 f none usr/lib/libsndfile.so.1.0.23 555 root bin
       
    49 s none usr/lib/libsndfile.so=libsndfile.so.1.0.23
       
    50 s none usr/lib/libsndfile.so.1=libsndfile.so.1.0.23
       
    51 
       
    52 d none usr/lib/pkgconfig 755 root other
       
    53 f none usr/lib/pkgconfig/sndfile.pc 444 root bin
       
    54 
       
    55 d none usr/include 755 root bin
       
    56 f none usr/include/sndfile.h 444 root bin
       
    57 f none usr/include/sndfile.hh 444 root bin
       
    58 
       
    59 d none usr/share 755 root sys
       
    60 d none usr/share/man 755 root bin
       
    61 d none usr/share/man/man1 755 root bin
       
    62 f none usr/share/man/man1/sndfile-info.1 444 root bin
       
    63 f none usr/share/man/man1/sndfile-play.1 444 root bin
       
    64 f none usr/share/man/man1/sndfile-convert.1 444 root bin
       
    65 
       
    66 d none usr/share/doc 755 root other
       
    67 d none usr/share/doc/libsndfile 755 root bin
       
    68 d none usr/share/doc/libsndfile/html 755 root bin
       
    69 f none usr/share/doc/libsndfile/html/libsndfile.jpg 444 root bin
       
    70 f none usr/share/doc/libsndfile/html/libsndfile.css 444 root bin
       
    71 f none usr/share/doc/libsndfile/html/api.html 444 root bin
       
    72 f none usr/share/doc/libsndfile/html/command.html 444 root bin
       
    73 f none usr/share/doc/libsndfile/html/bugs.html 444 root bin
       
    74 f none usr/share/doc/libsndfile/html/sndfile_info.html 444 root bin
       
    75 f none usr/share/doc/libsndfile/html/new_file_type.HOWTO 444 root bin
       
    76 f none usr/share/doc/libsndfile/html/pkgconfig.html 444 root bin
       
    77 f none usr/share/doc/libsndfile/html/win32.html 444 root bin
       
    78 f none usr/share/doc/libsndfile/html/FAQ.html 444 root bin
       
    79 f none usr/share/doc/libsndfile/html/lists.html 444 root bin
       
    80 f none usr/share/doc/libsndfile/html/embedded_files.html 444 root bin
       
    81 f none usr/share/doc/libsndfile/html/octave.html 444 root bin
       
    82 f none usr/share/doc/libsndfile/html/dither.html 444 root bin
       
    83 
       
    84 d none usr/share/octave 755 root bin
       
    85 d none usr/share/octave/site 755 root bin
       
    86 d none usr/share/octave/site/m 755 root bin
       
    87 f none usr/share/octave/site/m/sndfile_load.m 444 root bin
       
    88 f none usr/share/octave/site/m/sndfile_save.m 444 root bin
       
    89 f none usr/share/octave/site/m/sndfile_play.m 444 root bin
       
    90 
       
    91 d none usr/bin 755 root bin
       
    92 f none usr/bin/sndfile-info 555 root bin
       
    93 f none usr/bin/sndfile-play 555 root bin
       
    94 f none usr/bin/sndfile-convert 555 root bin
       
    95 f none usr/bin/sndfile-regtest 555 root bin