components/graphviz/graphviz-python-26.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 #
    26 set name=pkg.fmri \
    27 set name=pkg.fmri \
    27     value=pkg:/image/graphviz/graphviz-python-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     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=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.description value="Python 2.6 bindings for Graphviz"
    30 set name=com.oracle.info.tpno value=17707
    31 set name=com.oracle.info.tpno value=17707
    31 set name=info.classification \
    32 set name=info.classification \
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    33     value="org.opensolaris.category.2008:Applications/System Utilities"
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    36 set name=org.opensolaris.arc-caseid value=PSARC/2011/269
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.arc-caseid \
    38 link path=usr/lib/graphviz/python26/_gv.so target=libgv_python26.so
    37     value=PSARC/2011/269
    39 #
    38 
       
    39 file path=usr/lib/graphviz/python26/gv.py
    40 file path=usr/lib/graphviz/python26/gv.py
    40 file path=usr/lib/graphviz/python26/libgv_python26.so
    41 file path=usr/lib/graphviz/python26/libgv_python26.so
    41 file usr/share/man/man3/gv.3python path=usr/share/man/man3/gv-python.3
       
    42 link path=usr/lib/graphviz/python26/_gv.so target=libgv_python26.so
       
    43 link path=usr/lib/python2.6/vendor-packages/_gv.so \
    42 link path=usr/lib/python2.6/vendor-packages/_gv.so \
    44     target=../../graphviz/python26/libgv_python26.so
    43     target=../../graphviz/python26/libgv_python26.so
    45 link path=usr/lib/python2.6/vendor-packages/gv.py \
    44 link path=usr/lib/python2.6/vendor-packages/gv.py \
    46     target=../../graphviz/python26/gv.py
    45     target=../../graphviz/python26/gv.py
    47 
    46 file usr/share/man/man3/gv.3python path=usr/share/man/man3/gv-python.3
       
    47 #
    48 license COPYING license=EPL1.0
    48 license COPYING license=EPL1.0
    49 license graphviz.license.extra license="Other Notices"
    49 license graphviz.license.extra license="Other Notices"