graphviz: build 64-bit version, deliver only 64-bit java bits
[unleashed-userland.git] / components / image / graphviz / graphviz-php.p5m
blobb54b687b1b16a38b43a655cf0d6b99a961e3c1fe
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
26 set name=pkg.fmri \
27     value=pkg:/image/graphviz/graphviz-php@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
28 set name=pkg.summary value="PHP bindings for Graphviz"
29 set name=com.oracle.info.description value="PHP bindings for Graphviz"
30 set name=info.classification \
31     value="org.opensolaris.category.2008:Applications/System Utilities"
32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
35 set name=org.opensolaris.arc-caseid \
36     value=PSARC/2011/269
38 file gv.ini path=etc/php/5.6/conf.d/gv.ini
39 file path=usr/lib/graphviz/php/gv.php
40 file path=usr/lib/graphviz/php/libgv_php.so
41 file path=usr/share/graphviz/demo/modgraph.php
42 file usr/share/man/man3/gv.3php path=usr/share/man/man3/gv-php.3
43 file path=usr/lib/graphviz/php/gv.so
44 file path=usr/lib/$(MACH64)/graphviz/php/gv.php
45 link path=usr/lib/$(MACH64)/graphviz/php/gv.so target=libgv_php.so
46 file path=usr/lib/$(MACH64)/graphviz/php/libgv_php.so
47 # These should go in /var/php, but PHP doesn't seem to be able to pick up
48 # a second directory configured in extension_dir.
49 link path=usr/php/5.6/share/PEAR/gv.php \
50     target=../../../../lib/graphviz/php/gv.php
51 link path=usr/php/5.6/extensions/gv.so \
52     target=../../../lib/graphviz/php/libgv_php.so
53 link path=usr/php/5.6/extensions/$(MACH64)/gv.so \
54     target=../../../../lib/$(MACH64)/graphviz/php/libgv_php.so
56 license COPYING license=EPL1.0
57 license graphviz.license.extra license="Other Notices"
59 depend fmri=web/php-56/php-common type=require