components/lua/lua.p5m
changeset 97 c27cb2d7067c
child 181 87e11e685b1f
equal deleted inserted replaced
96:0cad26ba1671 97:c27cb2d7067c
       
     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 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 set name=pkg.fmri value=pkg:/runtime/lua@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    24 set name=pkg.summary value="Lua Programming language"
       
    25 set name=pkg.description value="Lua is a powerful, fast, lightweight, embeddable scripting language."
       
    26 set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
       
    27 set name=info.upstream_url value=http://www.lua.org
       
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    30 
       
    31 dir path=usr
       
    32 dir path=usr
       
    33 dir path=usr/bin
       
    34 dir path=usr/demo
       
    35 dir path=usr/demo/lua
       
    36 dir path=usr/demo/lua/test
       
    37 dir path=usr/include
       
    38 dir path=usr/lib
       
    39 dir path=usr/lib/$(MACH64)
       
    40 dir path=usr/lib/pkgconfig
       
    41 dir path=usr/share
       
    42 dir path=usr/share/doc
       
    43 dir path=usr/share/doc/lua
       
    44 dir path=usr/share/man
       
    45 dir path=usr/share/man/man1
       
    46 file path=usr/share/doc/lua/manual.html
       
    47 file path=usr/bin/lua 
       
    48 file path=usr/share/doc/lua/readme.html 
       
    49 file path=usr/share/doc/lua/lua.html 
       
    50 file path=usr/demo/lua/test/table.lua
       
    51 file path=usr/share/man/man1/luac.1 
       
    52 file path=usr/demo/lua/test/trace-globals.lua 
       
    53 file path=usr/share/doc/lua/logo.gif 
       
    54 file path=usr/include/lauxlib.h 
       
    55 file path=usr/lib/pkgconfig/lua.pc 
       
    56 file path=usr/share/doc/lua/luac.html
       
    57 file path=usr/demo/lua/test/globals.lua 
       
    58 file path=usr/demo/lua/test/readonly.lua
       
    59 file path=usr/demo/lua/test/hello.lua 
       
    60 file path=usr/demo/lua/test/cf.lua 
       
    61 file path=usr/demo/lua/test/fib.lua 
       
    62 file path=usr/demo/lua/test/fibfor.lua 
       
    63 file path=usr/lib/liblua.so 
       
    64 file path=usr/share/doc/lua/manual.css
       
    65 file path=usr/demo/lua/test/luac.lua 
       
    66 file path=usr/demo/lua/test/life.lua 
       
    67 file path=usr/demo/lua/test/sieve.lua 
       
    68 file path=usr/demo/lua/test/sort.lua 
       
    69 file path=usr/share/man/man1/lua.1 
       
    70 file path=usr/demo/lua/test/echo.lua 
       
    71 file path=usr/bin/luac 
       
    72 file path=usr/share/doc/lua/lua.css 
       
    73 file path=usr/demo/lua/test/trace-calls.lua 
       
    74 file path=usr/share/doc/lua/cover.png 
       
    75 file path=usr/share/doc/lua/amazon.gif 
       
    76 file path=usr/include/luaconf.h 
       
    77 file path=usr/demo/lua/test/env.lua 
       
    78 file path=usr/share/doc/lua/contents.html 
       
    79 file path=usr/include/lua.h 
       
    80 file path=usr/demo/lua/test/xd.lua 
       
    81 file path=usr/lib/$(MACH64)/liblua.so 
       
    82 file path=usr/include/lualib.h 
       
    83 file path=usr/demo/lua/test/bisect.lua 
       
    84 file path=usr/demo/lua/test/factorial.lua 
       
    85 file path=usr/demo/lua/test/printf.lua 
       
    86 
       
    87 
       
    88 license lua.license license="MIT"
       
    89 
       
    90 legacy  pkg=SUNWlua \
       
    91 	name="lua - Lua Programming language" \
       
    92 	desc="lua - Lua Programming language 5.1.4" 
       
    93