Adam Stevko
2013-11-07 a14fd08b469841dcaa0c695298e555b2b53dcafe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"). You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2013 EveryCity Ltd. All rights reserved.
#
 
# Transforms
<transform file path=.+/lib/.+\.a$ -> drop>
<transform file path=.+/lib/.+\.la$ -> drop>
<transform file path=.+/share/info/dir -> drop>
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
 
set name=pkg.fmri value=pkg:/web/php-54/extension/php-imap@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="PHP Server 5.4 (imap extension)"
set name=info.upstream-url value="http://www.php.net"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
set name=info.classification \
    value="org.opensolaris.category.2008:Development/PHP"
 
license php54.license license="PHP54 License"
 
dir path=/etc/php
dir path=/etc/php/5.4
dir path=/etc/php/5.4/conf.d
dir path=/usr/php
dir path=/usr/php/5.4
dir path=/usr/php/5.4/extensions
dir path=/usr/php/5.4/extensions/$(MACH64)
file files/imap.ini path=/etc/php/5.4/conf.d/imap.ini preserve=true
file path=/usr/php/5.4/extensions/$(MACH64)/imap.so
file path=/usr/php/5.4/extensions/imap.so
depend fmri=pkg:/web/php-54/php-common type=require