components/libexpat/expat.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
child 6461 8afd558769c1
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/library/expat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/expat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="libexpat - XML parser library"
    26 set name=pkg.summary value="libexpat - XML parser library"
    27 set name=pkg.description value="A fast, non-validating, stream-oriented XML parsing library"
    27 set name=pkg.description \
       
    28     value="A fast, non-validating, stream-oriented XML parsing library"
    28 set name=com.oracle.info.description value="the libexpat XML parser library"
    29 set name=com.oracle.info.description value="the libexpat XML parser library"
    29 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=info.classification \
    31 set name=info.classification \
    31     value=org.opensolaris.category.2008:System/Libraries
    32     value=org.opensolaris.category.2008:System/Libraries
    32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=org.opensolaris.arc-caseid \
    35 set name=org.opensolaris.arc-caseid value=LSARC/2007/378
    35     value=LSARC/2007/378
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 
    37 dir  path=usr
    38 license COPYING license="expat license"
    38 dir  path=usr/include
    39 
    39 file path=usr/include/expat.h
    40 dir path=usr
       
    41 dir path=usr/include
       
    42 dir path=usr/lib
       
    43 dir path=usr/lib/$(MACH64)
       
    44 dir path=usr/lib/$(MACH64)/pkgconfig
       
    45 dir path=usr/lib/pkgconfig
       
    46 file path=usr/lib/libexpat.so.1.6.0
       
    47 file path=usr/lib/$(MACH64)/libexpat.so.1.6.0
       
    48 file path=usr/lib/$(MACH64)/pkgconfig/expat.pc
       
    49 file path=usr/lib/pkgconfig/expat.pc
       
    50 file path=usr/include/expat_external.h
    40 file path=usr/include/expat_external.h
    51 file path=usr/include/expat.h
    41 dir  path=usr/lib
       
    42 dir  path=usr/lib/$(MACH64)
       
    43 link path=usr/lib/$(MACH64)/libexpat.so target=libexpat.so.1.6.0
    52 link path=usr/lib/$(MACH64)/libexpat.so.0 target=libexpat.so.1.6.0
    44 link path=usr/lib/$(MACH64)/libexpat.so.0 target=libexpat.so.1.6.0
    53 link path=usr/lib/$(MACH64)/libexpat.so.1 target=libexpat.so.1.6.0
    45 link path=usr/lib/$(MACH64)/libexpat.so.1 target=libexpat.so.1.6.0
    54 link path=usr/lib/$(MACH64)/libexpat.so target=libexpat.so.1.6.0
    46 file path=usr/lib/$(MACH64)/libexpat.so.1.6.0
       
    47 dir  path=usr/lib/$(MACH64)/pkgconfig
       
    48 file path=usr/lib/$(MACH64)/pkgconfig/expat.pc
       
    49 link path=usr/lib/libexpat.so target=libexpat.so.1.6.0
    55 link path=usr/lib/libexpat.so.0 target=libexpat.so.1.6.0
    50 link path=usr/lib/libexpat.so.0 target=libexpat.so.1.6.0
    56 link path=usr/lib/libexpat.so.1 target=libexpat.so.1.6.0
    51 link path=usr/lib/libexpat.so.1 target=libexpat.so.1.6.0
    57 link path=usr/lib/libexpat.so target=libexpat.so.1.6.0
    52 file path=usr/lib/libexpat.so.1.6.0
    58 
    53 dir  path=usr/lib/pkgconfig
    59 legacy pkg=SUNWlexpt \
    54 file path=usr/lib/pkgconfig/expat.pc
    60     name="libexpat - XML parser library" \
    55 legacy pkg=SUNWlexpt desc="libexpat - XML parser library" \
    61     desc="libexpat - XML parser library"
    56     name="libexpat - XML parser library"
       
    57 license COPYING license="expat license"