usr/src/pkgdefs/SUNWlua/prototype_com
changeset 72 82bde2a81435
parent 71 121736d79438
child 73 73cc228b67a6
equal deleted inserted replaced
71:121736d79438 72:82bde2a81435
     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 2009 Sun Microsystems, Inc.  All rights reserved.
       
    24 # Use is subject to license terms.
       
    25 #
       
    26 # ident	"@(#)prototype_com	1.2	09/10/11 SMI"
       
    27 #
       
    28 
       
    29 # This required package information file contains a list of package contents.
       
    30 # The 'pkgmk' command uses this file to identify the contents of a package
       
    31 # and their location on the development machine when building the package.
       
    32 # Can be created via a text editor or through use of the 'pkgproto' command.
       
    33 
       
    34 #!search <pathname pathname ...>	# where to find pkg objects
       
    35 #!include <filename>			# include another 'prototype' file
       
    36 #!default <mode> <owner> <group>	# default used if not specified on entry
       
    37 #!<param>=<value>			# puts parameter in pkg environment
       
    38 
       
    39 # packaging files
       
    40 i pkginfo
       
    41 i copyright
       
    42 i depend
       
    43 #
       
    44 # source locations relative to the prototype file
       
    45 #
       
    46 # SUNWlua
       
    47 #
       
    48 d none usr 755 root sys
       
    49 d none usr/bin 755 root bin
       
    50 f none usr/bin/lua 555 root bin
       
    51 f none usr/bin/luac 555 root bin
       
    52 d none usr/lib 755 root bin
       
    53 f none usr/lib/liblua.so 555 root bin
       
    54 d none usr/lib/pkgconfig 755 root other
       
    55 f none usr/lib/pkgconfig/lua.pc 0444 root bin
       
    56 d none usr/demo 755 root bin
       
    57 d none usr/demo/lua 755 root bin
       
    58 d none usr/demo/lua/test 755 root bin
       
    59 f none usr/demo/lua/test/bisect.lua 444 root bin
       
    60 f none usr/demo/lua/test/cf.lua 444 root bin
       
    61 f none usr/demo/lua/test/echo.lua 444 root bin
       
    62 f none usr/demo/lua/test/env.lua 444 root bin
       
    63 f none usr/demo/lua/test/factorial.lua 444 root bin
       
    64 f none usr/demo/lua/test/fib.lua 444 root bin
       
    65 f none usr/demo/lua/test/fibfor.lua 444 root bin
       
    66 f none usr/demo/lua/test/globals.lua 444 root bin
       
    67 f none usr/demo/lua/test/hello.lua 444 root bin
       
    68 f none usr/demo/lua/test/life.lua 444 root bin
       
    69 f none usr/demo/lua/test/luac.lua 444 root bin
       
    70 f none usr/demo/lua/test/printf.lua 444 root bin
       
    71 f none usr/demo/lua/test/readonly.lua 444 root bin
       
    72 f none usr/demo/lua/test/sieve.lua 444 root bin
       
    73 f none usr/demo/lua/test/sort.lua 444 root bin
       
    74 f none usr/demo/lua/test/table.lua 444 root bin
       
    75 f none usr/demo/lua/test/trace-calls.lua 444 root bin
       
    76 f none usr/demo/lua/test/trace-globals.lua 444 root bin
       
    77 f none usr/demo/lua/test/xd.lua 444 root bin
       
    78 d none usr/include 755 root bin
       
    79 f none usr/include/lua.h 444 root bin
       
    80 f none usr/include/luaconf.h 444 root bin
       
    81 f none usr/include/lualib.h 444 root bin
       
    82 f none usr/include/lauxlib.h 444 root bin
       
    83 d none usr/share 755 root sys
       
    84 d none usr/share/man 755 root bin
       
    85 d none usr/share/man/man1 755 root bin
       
    86 f none usr/share/man/man1/lua.1 444 root bin
       
    87 f none usr/share/man/man1/luac.1 444 root bin
       
    88 d none usr/share/doc 755 root other
       
    89 d none usr/share/doc/lua 755 root bin
       
    90 f none usr/share/doc/lua/amazon.gif 444 root bin
       
    91 f none usr/share/doc/lua/contents.html 444 root bin
       
    92 f none usr/share/doc/lua/cover.png 444 root bin
       
    93 f none usr/share/doc/lua/logo.gif 444 root bin
       
    94 f none usr/share/doc/lua/lua.css 444 root bin
       
    95 f none usr/share/doc/lua/lua.html 444 root bin
       
    96 f none usr/share/doc/lua/luac.html 444 root bin
       
    97 f none usr/share/doc/lua/manual.css 444 root bin
       
    98 f none usr/share/doc/lua/manual.html 444 root bin
       
    99 f none usr/share/doc/lua/readme.html 444 root bin