components/readline/readline.p5m
changeset 131 651976f969f6
child 181 87e11e685b1f
equal deleted inserted replaced
130:5e67396e42dc 131:651976f969f6
       
     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 (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri value=pkg:/library/readline@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="GNU readline"
       
    28 set name=pkg.description value="The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in."
       
    29 set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
       
    30 set name=info.upstream_url value=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
       
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    33 
       
    34 dir path=usr
       
    35 dir path=usr/demo
       
    36 dir path=usr/demo/readline
       
    37 dir path=usr/include
       
    38 dir path=usr/include/readline
       
    39 dir path=usr/lib
       
    40 dir path=usr/lib/$(MACH64)
       
    41 dir path=usr/share
       
    42 dir path=usr/share/info
       
    43 dir path=usr/share/man
       
    44 dir path=usr/share/man/man3
       
    45 file path=usr/demo/readline/Inputrc
       
    46 file path=usr/include/readline/chardefs.h
       
    47 file path=usr/include/readline/history.h
       
    48 file path=usr/include/readline/keymaps.h
       
    49 file path=usr/include/readline/readline.h
       
    50 file path=usr/include/readline/rlconf.h
       
    51 file path=usr/include/readline/rlstdc.h
       
    52 file path=usr/include/readline/rltypedefs.h
       
    53 file path=usr/include/readline/tilde.h
       
    54 file path=usr/lib/$(MACH64)/libhistory.so.5
       
    55 file path=usr/lib/$(MACH64)/libreadline.so.5
       
    56 file path=usr/lib/libhistory.so.5
       
    57 file path=usr/lib/libreadline.so.5
       
    58 file path=usr/share/info/history.info
       
    59 file path=usr/share/info/readline.info
       
    60 file path=usr/share/info/rluserman.info
       
    61 file path=usr/share/man/man3/history.3
       
    62 file path=usr/share/man/man3/readline.3
       
    63 link path=usr/lib/$(MACH64)/libhistory.so target=libhistory.so.5
       
    64 link path=usr/lib/$(MACH64)/libreadline.so target=libreadline.so.5
       
    65 link path=usr/lib/libhistory.so target=libhistory.so.5
       
    66 link path=usr/lib/libreadline.so target=libreadline.so.5
       
    67 
       
    68 license readline.license license="GPLv2"
       
    69 
       
    70 legacy	pkg=SUNWgnu-readline \
       
    71 	name="GNU readline" \
       
    72 	desc="GNU readline library (5.2)"