components/graphviz/graphviz-python-26.p5m
changeset 4984 7145b15b7f0d
parent 4983 db2589571faa
child 4985 eed3576cafd0
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
     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, 2015, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    25 #
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/image/graphviz/graphviz-python-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="Python 2.6 bindings for Graphviz"
       
    29 set name=com.oracle.info.description value="Python 2.6 bindings for Graphviz"
       
    30 set name=com.oracle.info.tpno value=$(TPNO)
       
    31 set name=info.classification \
       
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    35 set name=org.opensolaris.arc-caseid value=PSARC/2011/269
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 #
       
    38 link path=usr/lib/$(MACH64)/graphviz/python26/_gv.so target=libgv_python26.so
       
    39 file path=usr/lib/$(MACH64)/graphviz/python26/libgv_python26.so
       
    40 link path=usr/lib/graphviz/python26/_gv.so target=libgv_python26.so
       
    41 file path=usr/lib/graphviz/python26/gv.py pkg.tmp.autopyc=false
       
    42 file path=usr/lib/graphviz/python26/libgv_python26.so
       
    43 link path=usr/lib/python2.6/vendor-packages/64/_gv.so \
       
    44     target=../../../$(MACH64)/graphviz/python26/libgv_python26.so
       
    45 link path=usr/lib/python2.6/vendor-packages/_gv.so \
       
    46     target=../../graphviz/python26/libgv_python26.so
       
    47 link path=usr/lib/python2.6/vendor-packages/gv.py \
       
    48     target=../../graphviz/python26/gv.py
       
    49 file path=usr/lib/python2.6/vendor-packages/gv.pyc
       
    50 file usr/share/man/man3/gv.3python path=usr/share/man/man3/gv-python.3
       
    51 #
       
    52 license COPYING license=EPL1.0
       
    53 license graphviz.license.extra license="Other Notices"