fritzkink
2023-12-25 d0ee8e7347adbd3b798658d6f90a29dbbdfca643
commit | author | age
d0ee8e 1 #
F 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
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 (c) 2016 Sergey Avseyev
13 # Copyright (c) 2019 Alexander Pyhalov
14 # Copyright (c) 2023 Friedrich Kink
15 #
16
17 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.human-version value=$(HUMAN_VERSION)
19 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
20 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
21 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
22 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
23 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24
25 license $(COMPONENT_LICENSE_FILE) license=$(COMPONENT_LICENSE)
26
27 <transform file path=usr/php/8.2/extensions/.*\.so -> \
28     add pkg.linted.userland.action001.2 true>
29
30 file apcu.ini path=etc/php/8.2/conf.d/apcu.ini preserve=true mode=0644
31
32 file path=usr/php/8.2/extensions/apcu.so
33 file path=usr/php/8.2/include/php/ext/apcu/apc.h
34 file path=usr/php/8.2/include/php/ext/apcu/apc_api.h
35 file path=usr/php/8.2/include/php/ext/apcu/apc_arginfo.h
36 file path=usr/php/8.2/include/php/ext/apcu/apc_cache.h
37 file path=usr/php/8.2/include/php/ext/apcu/apc_globals.h
38 file path=usr/php/8.2/include/php/ext/apcu/apc_iterator.h
39 file path=usr/php/8.2/include/php/ext/apcu/apc_lock.h
40 file path=usr/php/8.2/include/php/ext/apcu/apc_mutex.h
41 file path=usr/php/8.2/include/php/ext/apcu/apc_serializer.h
42 file path=usr/php/8.2/include/php/ext/apcu/apc_sma.h
43 file path=usr/php/8.2/include/php/ext/apcu/apc_stack.h
44 file path=usr/php/8.2/include/php/ext/apcu/php_apc.h
45 file path=usr/php/8.2/include/php/ext/apcu/php_apc_legacy_arginfo.h