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
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.
13 # Copyright 2016-2023 Jim Klimov
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/drivers/usb@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY) - Groups NUT drivers communicating via USB port"
19 # Also drivers that talk both serial and usb - so require libusb
20 # But not modbus ones which (may) require it intermediately
21 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
22 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
23 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
24 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
26 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
28 <transform file path=usr/sbin/(.+) -> default mode 0555>
29 <transform file path=usr/lib/nut/bin/(.+) -> default mode 0555>
30 <transform dir path=usr/lib/nut/bin -> set group bin>
31 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
32 <transform file path=usr/share/man/man1/(.+) -> set action.hash usr/share/man/man1/%<1> >
33 <transform file path=usr/share/man/man1m/(.+) -> set action.hash usr/share/man/man1m/%<1> >
35 dir path=usr/lib/nut/bin group=bin
37 # The server package also includes some baseline tools, services
38 # and configuration files for drivers. Third-party dependencies
39 # for the actual drivers are guessed by package build from other
40 # information in the recipe.
41 depend fmri=$(COMPONENT_FMRI)/libs@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
42 depend fmri=$(COMPONENT_FMRI)/server@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
45 file path=usr/lib/nut/bin/bcmxcp_usb
46 file path=usr/lib/nut/bin/blazer_usb
47 file path=usr/lib/nut/bin/nutdrv_atcl_usb
48 file path=usr/lib/nut/bin/nutdrv_qx
49 file path=usr/lib/nut/bin/richcomm_usb
50 file path=usr/lib/nut/bin/riello_usb
51 file path=usr/lib/nut/bin/tripplite_usb
52 file path=usr/lib/nut/bin/usbhid-ups
55 file path=usr/share/man/man1m/bcmxcp_usb.1m
56 file path=usr/share/man/man1m/blazer_usb.1m
57 file path=usr/share/man/man1m/nutdrv_atcl_usb.1m
58 file path=usr/share/man/man1m/nutdrv_qx.1m
59 file path=usr/share/man/man1m/richcomm_usb.1m
60 file path=usr/share/man/man1m/riello_usb.1m
61 file path=usr/share/man/man1m/tripplite_usb.1m
62 file path=usr/share/man/man1m/usbhid-ups.1m