author | Rich Burridge <rich.burridge@oracle.com> |
Tue, 02 May 2017 17:33:26 -0700 | |
changeset 7964 | d9801318ed3d |
parent 7957 | 39baccd8f6e8 |
permissions | -rw-r--r-- |
274
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
1 |
# |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
2 |
# CDDL HEADER START |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
3 |
# |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
4 |
# The contents of this file are subject to the terms of the |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
5 |
# Common Development and Distribution License (the "License"). |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
6 |
# You may not use this file except in compliance with the License. |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
7 |
# |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
8 |
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
9 |
# or http://www.opensolaris.org/os/licensing. |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
10 |
# See the License for the specific language governing permissions |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
11 |
# and limitations under the License. |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
12 |
# |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
13 |
# When distributing Covered Code, include this CDDL HEADER in each |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
14 |
# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
15 |
# If applicable, add the following below this CDDL HEADER, with the |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
16 |
# fields enclosed by brackets "[]" replaced with your own identifying |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
17 |
# information: Portions Copyright [yyyy] [name of copyright owner] |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
18 |
# |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
19 |
# CDDL HEADER END |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
20 |
# |
7957
39baccd8f6e8
PSARC 2017/086 stop using legacy pkg(7) actions
John Beck <John.Beck@Oracle.COM>
parents:
6297
diff
changeset
|
21 |
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. |
274
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
22 |
# |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
23 |
|
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
24 |
set name=pkg.fmri \ |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
25 |
value=pkg:/library/expat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
26 |
set name=pkg.summary value="libexpat - XML parser library" |
3732
0f62cc221c7e
20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents:
1948
diff
changeset
|
27 |
set name=pkg.description \ |
0f62cc221c7e
20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents:
1948
diff
changeset
|
28 |
value="A fast, non-validating, stream-oriented XML parsing library" |
1205
6c6c27bcf9ac
16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents:
824
diff
changeset
|
29 |
set name=com.oracle.info.description value="the libexpat XML parser library" |
1948
2d1537e7942d
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents:
1280
diff
changeset
|
30 |
set name=com.oracle.info.tpno value=$(TPNO) |
274
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
31 |
set name=info.classification \ |
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
32 |
value=org.opensolaris.category.2008:System/Libraries |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
274
diff
changeset
|
33 |
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) |
609
775168282b2f
7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents:
587
diff
changeset
|
34 |
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) |
3732
0f62cc221c7e
20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents:
1948
diff
changeset
|
35 |
set name=org.opensolaris.arc-caseid value=LSARC/2007/378 |
274
816a4eb924b1
7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff
changeset
|
36 |
set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
3732
0f62cc221c7e
20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents:
1948
diff
changeset
|
37 |
file path=usr/include/expat.h |
6297
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
38 |
file path=usr/include/expat_config.h |
3732
0f62cc221c7e
20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents:
1948
diff
changeset
|
39 |
file path=usr/include/expat_external.h |
6297
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
40 |
link path=usr/lib/$(MACH64)/libexpat.so target=libexpat.so.1.6.2 |
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
41 |
link path=usr/lib/$(MACH64)/libexpat.so.0 target=libexpat.so.1.6.2 |
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
42 |
link path=usr/lib/$(MACH64)/libexpat.so.1 target=libexpat.so.1.6.2 |
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
43 |
file path=usr/lib/$(MACH64)/libexpat.so.1.6.2 |
824
3c0f8247e0cd
7168923 Upgrade Expat to version 2.1.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
609
diff
changeset
|
44 |
file path=usr/lib/$(MACH64)/pkgconfig/expat.pc |
6297
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
45 |
link path=usr/lib/libexpat.so target=libexpat.so.1.6.2 |
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
46 |
link path=usr/lib/libexpat.so.0 target=libexpat.so.1.6.2 |
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
47 |
link path=usr/lib/libexpat.so.1 target=libexpat.so.1.6.2 |
8825fdb03f6c
23632809 Upgrade Expat to version 2.2.0
Petr Sumbera <petr.sumbera@oracle.com>
parents:
3732
diff
changeset
|
48 |
file path=usr/lib/libexpat.so.1.6.2 |
3732
0f62cc221c7e
20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents:
1948
diff
changeset
|
49 |
file path=usr/lib/pkgconfig/expat.pc |
0f62cc221c7e
20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents:
1948
diff
changeset
|
50 |
license COPYING license="expat license" |