iigs
2024-03-27 32d98a3796b058e946d5d41ed5637129c312a8e9
commit | author | age
769f25 1 #
AS 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 2016 Adam Stevko
14 #
15
16 <transform file dir path=.*kernel.* -> default group sys>
17 <transform file path=.*kernel/drv/.+\.conf -> default mode 0644>
18 <transform file path=.*kernel/.+(?<!\.conf)$ -> default reboot-needed true>
19
20 <transform file dir link hardlink path=.*kernel/.* -> set variant.opensolaris.zone global>
21 <transform dir path=kernel$ -> set variant.opensolaris.zone global>
22 <transform dir path=.*/kernel$ -> set variant.opensolaris.zone global>
23
24 set name=pkg.fmri value=pkg:/driver/fuse@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
227569 25 set name=pkg.human-version value=$(HUMAN_VERSION)
769f25 26 set name=pkg.summary value="illumos Filesystem in Userspace driver"
AS 27 set name=info.classification value="org.opensolaris.category.2008:Drivers/Storage"
28 set name=info.upstream-url value=https://github.com/jurim/illumos-fusefs
29 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
31
32 license CDDL.license license='CDDL'
33
34 set name=variant.opensolaris.zone value="global"
35
36 driver devlink=type=ddi_pseudo;name=fuse\t\D name=fuse
37 file path=usr/kernel/drv/$(MACH64)/fuse
38 file path=usr/kernel/drv/fuse.conf preserve=true