components/graphviz/graphviz-python-27.p5m
changeset 1907 446472de62e9
parent 1889 7251578a5ce7
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    25 
    25 <transform file hardlink path=usr/lib/.*\.py$ -> default pkg.tmp.pyversion 2.X>
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/image/graphviz/graphviz-python-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/image/graphviz/graphviz-python-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Python 2.7 bindings for Graphviz"
    28 set name=pkg.summary value="Python 2.7 bindings for Graphviz"
    29 set name=com.oracle.info.description value="Python 2.7 bindings for Graphviz"
    29 set name=com.oracle.info.description value="Python 2.7 bindings for Graphviz"
    30 set name=com.oracle.info.tpno value=17707
    30 set name=com.oracle.info.tpno value=17707
    31 set name=info.classification \
    31 set name=info.classification \
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    35 set name=org.opensolaris.arc-caseid value=PSARC/2011/269
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.arc-caseid \
    37 #
    37     value=PSARC/2011/269
    38 link path=usr/lib/graphviz/python27/_gv.so target=libgv_python27.so
    38 
       
    39 file path=usr/lib/graphviz/python27/gv.py
    39 file path=usr/lib/graphviz/python27/gv.py
    40 file path=usr/lib/graphviz/python27/libgv_python27.so
    40 file path=usr/lib/graphviz/python27/libgv_python27.so
    41 link path=usr/lib/graphviz/python27/_gv.so target=libgv_python27.so
       
    42 link path=usr/lib/python2.7/vendor-packages/_gv.so \
    41 link path=usr/lib/python2.7/vendor-packages/_gv.so \
    43     target=../../graphviz/python27/libgv_python27.so
    42     target=../../graphviz/python27/libgv_python27.so
    44 link path=usr/lib/python2.7/vendor-packages/gv.py \
    43 link path=usr/lib/python2.7/vendor-packages/gv.py \
    45     target=../../graphviz/python27/gv.py
    44     target=../../graphviz/python27/gv.py
       
    45 #
       
    46 license COPYING license=EPL1.0
       
    47 license graphviz.license.extra license="Other Notices"
    46 
    48 
    47 # force a dependency on the graphviz package
    49 # force a dependency on the graphviz package
    48 depend fmri=__TBD pkg.debug.depend.file=libgraph.so.5 \
    50 depend type=require fmri=__TBD pkg.debug.depend.file=libgraph.so.5 \
    49        pkg.debug.depend.path=usr/lib type=require
    51     pkg.debug.depend.path=usr/lib
    50 
       
    51 
       
    52 license COPYING license=EPL1.0
       
    53 license graphviz.license.extra license="Other Notices"