Adam Stevko
2013-11-07 a14fd08b469841dcaa0c695298e555b2b53dcafe
commit | author | age
5ca1d7 1 #
AP 2 # This file and its contents are supplied under the terms of the
a14fd0 3 # Common Development and Distribution License ("CDDL"). You may
5ca1d7 4 # only use this file in accordance with the terms of the CDDL.
AP 5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2013 EveryCity Ltd. All rights reserved.
13 #
14
15 # Transforms
16 <transform file path=.+/lib/.+\.a$ -> drop>
17 <transform file path=.+/lib/.+\.la$ -> drop>
18 <transform file path=.+/share/info/dir -> drop>
19
20 set name=pkg.fmri value=pkg:/web/php-54/extension/php-gd@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
21 set name=pkg.summary value="PHP Server 5.4 (gd extension)"
22 set name=info.upstream-url value="http://www.php.net"
23 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
24 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
25 set name=info.classification \
26     value="org.opensolaris.category.2008:Development/PHP"
27
28 license php54.license license="PHP54 License"
29
30 dir path=/etc/php
31 dir path=/etc/php/5.4
32 dir path=/etc/php/5.4/conf.d
33 dir path=/usr/php
34 dir path=/usr/php/5.4
35 dir path=/usr/php/5.4/include
36 dir path=/usr/php/5.4/include/php
37 dir path=/usr/php/5.4/include/php/ext
38 dir path=/usr/php/5.4/include/php/ext/gd
39 dir path=/usr/php/5.4/include/php/ext/gd/libgd
40 dir path=/usr/php/5.4/extensions
41 dir path=/usr/php/5.4/extensions/$(MACH64)
42 file path=/usr/php/5.4/include/php/ext/gd/gdcache.h
43 file path=/usr/php/5.4/include/php/ext/gd/libgd/gd.h
44 file path=/usr/php/5.4/include/php/ext/gd/libgd/gd_compat.h
45 file path=/usr/php/5.4/include/php/ext/gd/libgd/gd_intern.h
46 file path=/usr/php/5.4/include/php/ext/gd/libgd/gd_io.h
47 file path=/usr/php/5.4/include/php/ext/gd/libgd/gdcache.h
48 file path=/usr/php/5.4/include/php/ext/gd/libgd/gdfontg.h
49 file path=/usr/php/5.4/include/php/ext/gd/libgd/gdfontl.h
50 file path=/usr/php/5.4/include/php/ext/gd/libgd/gdfontmb.h
51 file path=/usr/php/5.4/include/php/ext/gd/libgd/gdfonts.h
52 file path=/usr/php/5.4/include/php/ext/gd/libgd/gdfontt.h
53 file path=/usr/php/5.4/include/php/ext/gd/libgd/gdhelpers.h
54 file path=/usr/php/5.4/include/php/ext/gd/libgd/jisx0208.h
55 file path=/usr/php/5.4/include/php/ext/gd/libgd/wbmp.h
56 file path=/usr/php/5.4/include/php/ext/gd/libgd/webpimg.h
57 file path=/usr/php/5.4/include/php/ext/gd/php_gd.h
58 file files/gd.ini path=/etc/php/5.4/conf.d/gd.ini preserve=true
59 file path=/usr/php/5.4/extensions/$(MACH64)/gd.so
60 file path=/usr/php/5.4/extensions/gd.so
61 depend fmri=pkg:/web/php-54/php-common type=require