Marcel Telka
2024-04-07 8a23b876d5e0a9d2a1ae972f152fad47a355daa4
commit | author | age
efaca1 1 #
E 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2022 erwinlem
14 #
15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
25
81d030 26 file files/$(COMPONENT_NAME).xml path=lib/svc/manifest/network/$(COMPONENT_NAME).xml restart_fmri=svc:/system/manifest-import:default
E 27
28 file path=etc/mosquitto/aclfile.example
29 file path=etc/mosquitto/mosquitto.conf preserve=true
30 file path=etc/mosquitto/pskfile.example
31 file path=etc/mosquitto/pwfile.example
efaca1 32 file path=usr/bin/mosquitto_passwd
E 33 file path=usr/bin/mosquitto_pub
34 file path=usr/bin/mosquitto_rr
35 file path=usr/bin/mosquitto_sub
36 file path=usr/include/mosquitto.h
37 file path=usr/include/mosquitto_broker.h
38 file path=usr/include/mosquitto_plugin.h
39 file path=usr/include/mosquittopp.h
40 file path=usr/include/mqtt_protocol.h
41 link path=usr/lib/$(MACH64)/libmosquitto.so target=libmosquitto.so.1
9e8a04 42 file path=usr/lib/$(MACH64)/libmosquitto.so.$(HUMAN_VERSION)
efaca1 43 link path=usr/lib/$(MACH64)/libmosquitto.so.1 \
9e8a04 44     target=libmosquitto.so.$(HUMAN_VERSION)
efaca1 45 link path=usr/lib/$(MACH64)/libmosquittopp.so target=libmosquittopp.so.1
9e8a04 46 file path=usr/lib/$(MACH64)/libmosquittopp.so.$(HUMAN_VERSION)
efaca1 47 link path=usr/lib/$(MACH64)/libmosquittopp.so.1 \
9e8a04 48     target=libmosquittopp.so.$(HUMAN_VERSION)
efaca1 49 file path=usr/lib/$(MACH64)/pkgconfig/libmosquitto.pc
E 50 file path=usr/lib/$(MACH64)/pkgconfig/libmosquittopp.pc
51 file path=usr/sbin/mosquitto
52 file path=usr/share/man/man1/mosquitto_ctrl.1
53 file path=usr/share/man/man1/mosquitto_ctrl_dynsec.1
54 file path=usr/share/man/man1/mosquitto_passwd.1
55 file path=usr/share/man/man1/mosquitto_pub.1
56 file path=usr/share/man/man1/mosquitto_rr.1
57 file path=usr/share/man/man1/mosquitto_sub.1
58 file path=usr/share/man/man3/libmosquitto.3
59 file path=usr/share/man/man5/mosquitto.conf.5
60 file path=usr/share/man/man7/mosquitto-tls.7
61 file path=usr/share/man/man7/mqtt.7
62 file path=usr/share/man/man8/mosquitto.8