components/gnump/gmp.p5m
changeset 219 22d9e175d379
child 464 08f94c414553
equal deleted inserted replaced
218:2659b05538d8 219:22d9e175d379
       
     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 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    24 
       
    25 set name=pkg.fmri value=pkg:/library/gmp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary value="GNU MP"
       
    27 set name=pkg.description value="The GNU Multiple Precision Bignum Library"
       
    28 set name=info.classification value="org.opensolaris.category.2008:Development/High Performance Computing"
       
    29 set name=info.upstream_url value="http://gmplib.org/"
       
    30 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    31 set name=opensolaris.arc_url \
       
    32     value=http://arc.opensolaris.org/caselog/LSARC/2008/634
       
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    34 #
       
    35 dir path=usr
       
    36 dir path=usr/include
       
    37 dir path=usr/include/gmp
       
    38 dir path=usr/lib
       
    39 dir path=usr/lib/$(MACH64)
       
    40 dir path=usr/lib/pkgconfig
       
    41 dir path=usr/lib/$(MACH64)/pkgconfig
       
    42 dir path=usr/share
       
    43 dir path=usr/share/doc
       
    44 dir path=usr/share/doc/gmp
       
    45 dir path=usr/share/doc/gmp/html
       
    46 dir path=usr/share/man
       
    47 dir path=usr/share/man/man3
       
    48 dir path=usr/share/info
       
    49 #
       
    50 file path=usr/include/gmp/gmp.h
       
    51 file path=usr/include/gmp/mp.h
       
    52 file path=usr/include/gmp/gmpxx.h
       
    53 file path=usr/lib/libgmpxx.so.4.1.2
       
    54 file path=usr/lib/$(MACH64)/libgmpxx.so.4.1.2
       
    55 file path=usr/lib/libgmp.so.3.5.2
       
    56 file path=usr/lib/$(MACH64)/libgmp.so.3.5.2
       
    57 file path=usr/lib/llib-lgmp.ln
       
    58 file path=usr/lib/$(MACH64)/llib-lgmp.ln
       
    59 file path=usr/lib/llib-lgmp
       
    60 file path=usr/lib/pkgconfig/libgmp.pc
       
    61 file path=usr/lib/pkgconfig/libgmpxx.pc
       
    62 file path=usr/lib/$(MACH64)/pkgconfig/libgmp.pc
       
    63 file path=usr/lib/$(MACH64)/pkgconfig/libgmpxx.pc
       
    64 file path=usr/share/doc/gmp/html/index.html
       
    65 file path=usr/share/man/man3/libgmp.3
       
    66 file path=usr/share/info/gmp.info
       
    67 file path=usr/share/info/gmp.info-1
       
    68 file path=usr/share/info/gmp.info-2
       
    69 #
       
    70 link path=usr/lib/libgmp.so.3 target=libgmp.so.3.5.2
       
    71 link path=usr/lib/libgmp.so target=libgmp.so.3.5.2
       
    72 link path=usr/lib/libgmpxx.so.4 target=libgmpxx.so.4.1.2
       
    73 link path=usr/lib/libgmpxx.so target=libgmpxx.so.4.1.2
       
    74 
       
    75 link path=usr/lib/$(MACH64)/libgmp.so.3 target=libgmp.so.3.5.2
       
    76 link path=usr/lib/$(MACH64)/libgmp.so target=libgmp.so.3.5.2
       
    77 link path=usr/lib/$(MACH64)/libgmpxx.so.4 target=libgmpxx.so.4.1.2
       
    78 link path=usr/lib/$(MACH64)/libgmpxx.so target=libgmpxx.so.4.1.2
       
    79 #
       
    80 license gmp.license license="LGPLv3, GPLv3, FDLv1.3"
       
    81 #
       
    82 legacy pkg=SUNWgnu-mp \
       
    83     desc="GNU MP 4.3.2" \
       
    84     name="The GNU Multiple Precision (Bignum) Library (4.3.2)"
       
    85