components/mpc/mpc.p5m
changeset 7366 dbdcb9e4a435
parent 3732 0f62cc221c7e
child 7372 4d6f8093de18
equal deleted inserted replaced
7363:bf69e96cfa87 7366:dbdcb9e4a435
    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, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2016, 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/mpc@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/mpc@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Multiprecision complex data type evaluation library"
    26 set name=pkg.summary value="Multiprecision complex data type evaluation library"
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=org.opensolaris.arc-caseid value=PSARC/2011/255
    33 set name=org.opensolaris.arc-caseid value=PSARC/2011/255
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 file path=usr/include/mpc.h
    35 file path=usr/include/mpc.h
    36 link path=usr/lib/$(MACH64)/libmpc.so target=libmpc.so.2.0.0
    36 link path=usr/lib/$(MACH64)/libmpc.so target=libmpc.so.3.0.0
    37 link path=usr/lib/$(MACH64)/libmpc.so.2 target=libmpc.so.2.0.0
    37 file path=usr/lib/$(MACH64)/libmpc.so.2
    38 file path=usr/lib/$(MACH64)/libmpc.so.2.0.0
    38 link path=usr/lib/$(MACH64)/libmpc.so.3 target=libmpc.so.3.0.0
    39 link path=usr/lib/libmpc.so target=libmpc.so.2.0.0
    39 file path=usr/lib/$(MACH64)/libmpc.so.3.0.0
    40 link path=usr/lib/libmpc.so.2 target=libmpc.so.2.0.0
    40 link path=usr/lib/libmpc.so target=libmpc.so.3.0.0
    41 file path=usr/lib/libmpc.so.2.0.0
    41 file path=usr/lib/libmpc.so.2
       
    42 link path=usr/lib/libmpc.so.3 target=libmpc.so.3.0.0
       
    43 file path=usr/lib/libmpc.so.3.0.0
    42 file path=usr/share/info/mpc.info
    44 file path=usr/share/info/mpc.info
    43 license mpc.license license=LGPLv2.1
    45 # This license action only needed for the old mpc 0.9 libraries.
       
    46 license mpc-old.license license=LGPLv2.1 \
       
    47     com.oracle.info.description="mpc version 0.9 libraries" \
       
    48     com.oracle.info.name=mpc com.oracle.info.tpno=$(TPNO_1) \
       
    49     com.oracle.info.version=$(COMPONENT_VERSION_1)
       
    50 license mpc.license license=LGPLv3 com.oracle.info.description=mpc \
       
    51     com.oracle.info.name=mpc com.oracle.info.tpno=$(TPNO) \
       
    52     com.oracle.info.version=$(COMPONENT_VERSION)