components/gcc44-gmp/gmp.p5m
changeset 431 729cdffa5688
equal deleted inserted replaced
430:d1cdc8bca584 431:729cdffa5688
       
     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, OpenIndiana project. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/gcc44-gmp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    25 set name=pkg.summary value="The GNU Multiple Precision (Bignum) Library"
       
    26 #set name=info.classification value="org.opensolaris.category.2008:XXX Classification XXX"
       
    27 set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
       
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    30 
       
    31 license gmp.license license="LGPLv3"
       
    32 
       
    33 dir path=usr
       
    34 dir path=usr/gcc
       
    35 dir path=usr/gcc/4.4
       
    36 dir path=usr/gcc/4.4/include
       
    37 dir path=usr/gcc/4.4/lib
       
    38 dir path=usr/gcc/4.4/share
       
    39 dir path=usr/gcc/4.4/share/info
       
    40 file path=usr/gcc/4.4/include/gmp.h
       
    41 file path=usr/gcc/4.4/include/gmpxx.h
       
    42 file path=usr/gcc/4.4/lib/libgmp.la
       
    43 file path=usr/gcc/4.4/lib/libgmp.so.3.5.2
       
    44 file path=usr/gcc/4.4/lib/libgmpxx.la
       
    45 file path=usr/gcc/4.4/lib/libgmpxx.so.4.1.2
       
    46 file path=usr/gcc/4.4/share/info/gmp.info
       
    47 file path=usr/gcc/4.4/share/info/gmp.info-1
       
    48 file path=usr/gcc/4.4/share/info/gmp.info-2
       
    49 link path=usr/gcc/4.4/lib/libgmp.so target=libgmp.so.3.5.2
       
    50 link path=usr/gcc/4.4/lib/libgmp.so.3 target=libgmp.so.3.5.2
       
    51 link path=usr/gcc/4.4/lib/libgmpxx.so target=libgmpxx.so.4.1.2
       
    52 link path=usr/gcc/4.4/lib/libgmpxx.so.4 target=libgmpxx.so.4.1.2