components/libassuan/libassuan.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3266 e00ca9ce4b5f
child 4330 a6736e66c8a7
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 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    23 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 
    24 set name=pkg.fmri \
    25 set name=pkg.fmri value=pkg:/library/security/libassuan@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/security/libassuan@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="GnuPG IPC implementation library"
    26 set name=pkg.summary value="GnuPG IPC implementation library"
    27 set name=pkg.description value="A small library implementing the so-called Assuan protocol, used for interprocess communication between most GnuPG components."
    27 set name=pkg.description \
    28 set name=com.oracle.info.description value="the GnuPG IPC implementation library"
    28     value="A small library implementing the so-called Assuan protocol, used for interprocess communication between most GnuPG components."
       
    29 set name=com.oracle.info.description \
       
    30     value="the GnuPG IPC implementation library"
    29 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
    32 set name=info.classification \
       
    33     value=org.opensolaris.category.2008:System/Libraries
       
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=org.opensolaris.arc-caseid value=PSARC/2009/397
    33 set name=org.opensolaris.arc-caseid \
       
    34     value=PSARC/2009/397
       
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 #
    38 #
    37 dir path=usr
    39 dir  path=usr
    38 dir path=usr/bin
    40 dir  path=usr/bin
    39 dir path=usr/include
       
    40 dir path=usr/lib
       
    41 dir path=usr/lib/$(MACH64)
       
    42 dir path=usr/share
       
    43 dir path=usr/share/aclocal
       
    44 dir path=usr/share/info
       
    45 #
    41 #
    46 file path=usr/bin/libassuan-config
    42 file path=usr/bin/libassuan-config
       
    43 dir  path=usr/include
    47 file path=usr/include/assuan.h
    44 file path=usr/include/assuan.h
    48 file path=usr/lib/libassuan.so.0.1.0
    45 dir  path=usr/lib
       
    46 dir  path=usr/lib/$(MACH64)
       
    47 link path=usr/lib/$(MACH64)/libassuan.so target=libassuan.so.0.1.0
       
    48 link path=usr/lib/$(MACH64)/libassuan.so.0 target=libassuan.so.0.1.0
    49 file path=usr/lib/$(MACH64)/libassuan.so.0.1.0
    49 file path=usr/lib/$(MACH64)/libassuan.so.0.1.0
    50 file path=usr/share/aclocal/libassuan.m4
    50 link path=usr/lib/libassuan.so target=libassuan.so.0.1.0
    51 file path=usr/share/info/assuan.info
       
    52 #
    51 #
    53 link path=usr/lib/libassuan.so.0 target=libassuan.so.0.1.0
    52 link path=usr/lib/libassuan.so.0 target=libassuan.so.0.1.0
    54 link path=usr/lib/libassuan.so target=libassuan.so.0.1.0
    53 file path=usr/lib/libassuan.so.0.1.0
    55 link path=usr/lib/$(MACH64)/libassuan.so.0 target=libassuan.so.0.1.0
    54 dir  path=usr/share
    56 link path=usr/lib/$(MACH64)/libassuan.so target=libassuan.so.0.1.0
    55 dir  path=usr/share/aclocal
       
    56 file path=usr/share/aclocal/libassuan.m4
       
    57 dir  path=usr/share/info
       
    58 file path=usr/share/info/assuan.info
    57 #
    59 #
    58 license libassuan.license license="GPLv3, LGPLv2"
    60 license libassuan.license license="GPLv3, LGPLv2"
    59 depend type=optional fmri=crypto/[email protected]
    61 depend type=optional fmri=crypto/[email protected]