readline: change to new library paths
[unleashed-userland.git] / components / library / readline / readline.p5m
blob379daa6b15817b3ba88ecaf54c1cb76a204b253d
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
27 set name=pkg.fmri \
28     value=pkg:/library/readline@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
29 set name=pkg.summary \
30     value="GNU readline provides interactive line-editing and history"
31 set name=pkg.description \
32     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."
33 set name=info.classification \
34     value=org.opensolaris.category.2008:System/Libraries
35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
37 set name=org.opensolaris.arc-caseid value=PSARC/2007/188 value=PSARC/2015/176
38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
39 file examples/Inputrc path=usr/demo/readline/Inputrc
40 file path=usr/include/readline/chardefs.h
41 file path=usr/include/readline/history.h
42 file path=usr/include/readline/keymaps.h
43 file path=usr/include/readline/readline.h
44 file path=usr/include/readline/rlconf.h
45 file path=usr/include/readline/rlstdc.h
46 file path=usr/include/readline/rltypedefs.h
47 file path=usr/include/readline/tilde.h
48 link path=usr/lib/$(MACH32)/libhistory.so target=libhistory.so.6
49 file path=usr/lib/$(MACH32)/libhistory.so.6
50 link path=usr/lib/$(MACH32)/libreadline.so target=libreadline.so.6
51 file path=usr/lib/$(MACH32)/libreadline.so.6
52 link path=usr/lib/libhistory.so target=libhistory.so.6
53 file path=usr/lib/libhistory.so.6
54 link path=usr/lib/libreadline.so target=libreadline.so.6
55 file path=usr/lib/libreadline.so.6
56 file path=usr/share/info/history.info
57 file path=usr/share/info/readline.info
58 file path=usr/share/info/rluserman.info
59 file path=usr/share/man/man3/history.3
60 file path=usr/share/man/man3/readline.3
61 license readline.license license="GPLv3, FDLv1.3" \
62     com.oracle.info.description="GNU readline" com.oracle.info.name=readline \
63     com.oracle.info.tpno=$(TPNO_V6) \
64     com.oracle.info.version=$(COMPONENT_VERSION)