5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2012 by Delphix. All rights reserved.
25 #
26
27 set name=pkg.fmri value=pkg:/system/file-system/zfs@$(PKGVERS)
28 set name=pkg.description value="ZFS libraries and commands"
29 set name=pkg.summary value=ZFS
30 set name=info.classification \
31 value="org.opensolaris.category.2008:System/File System"
32
33 #
34 # Skip manifest generation until build 134 can be required on the
35 # build systems, due to a Python flavor identification bug in pkgdepend.
36 #
37 set name=org.opensolaris.nodepend value=true
38 set name=variant.arch value=$(ARCH)
39 dir path=etc group=sys
40 dir path=etc/fs group=sys
41 dir path=etc/fs/zfs group=sys
42 dir path=etc/sysevent group=sys
43 dir path=etc/sysevent/config group=sys
44 dir path=etc/zfs group=sys
131 file path=usr/lib/zfs/pyzfs.py mode=0555
132 file path=usr/lib/zfs/pyzfs.pyc mode=0555
133 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555
134 file path=usr/sbin/$(ARCH64)/zdb mode=0555
135 file path=usr/sbin/zstreamdump mode=0555
136 file path=usr/share/man/man1m/zdb.1m
137 file path=usr/share/man/man1m/zfs.1m
138 file path=usr/share/man/man1m/zpool.1m
139 file path=usr/share/man/man1m/zstreamdump.1m
140 file path=usr/share/man/man5/zpool-features.5
141 hardlink path=kernel/fs/$(ARCH64)/zfs target=../../../kernel/drv/$(ARCH64)/zfs
142 $(i386_ONLY)hardlink path=kernel/fs/zfs target=../../kernel/drv/zfs
143 hardlink path=usr/lib/fs/zfs/fstyp target=../../../sbin/fstyp
144 hardlink path=usr/sbin/zdb target=../../usr/lib/isaexec
145 legacy pkg=SUNWzfskr desc="ZFS kernel root components" \
146 name="ZFS Kernel (Root)"
147 legacy pkg=SUNWzfsr desc="ZFS root components" name="ZFS (Root)"
148 legacy pkg=SUNWzfsu desc="ZFS libraries and commands" name="ZFS (Usr)"
149 license cr_Sun license=cr_Sun
150 license lic_CDDL license=lic_CDDL
151 link path=etc/fs/zfs/mount target=../../../sbin/zfs
152 link path=etc/fs/zfs/umount target=../../../sbin/zfs
153 link path=lib/$(ARCH64)/libzfs.so target=libzfs.so.1
154 link path=lib/$(ARCH64)/libzfs_core.so target=libzfs_core.so.1
155 link path=lib/libzfs.so target=libzfs.so.1
156 link path=lib/libzfs_core.so target=libzfs_core.so.1
157 link path=usr/lib/$(ARCH64)/libzfs.so \
158 target=../../../lib/$(ARCH64)/libzfs.so.1
159 link path=usr/lib/$(ARCH64)/libzfs.so.1 \
160 target=../../../lib/$(ARCH64)/libzfs.so.1
161 link path=usr/lib/$(ARCH64)/libzfs_core.so \
162 target=../../../lib/$(ARCH64)/libzfs_core.so.1
163 link path=usr/lib/$(ARCH64)/libzfs_core.so.1 \
164 target=../../../lib/$(ARCH64)/libzfs_core.so.1
165 link path=usr/lib/$(ARCH64)/libzfs_jni.so target=libzfs_jni.so.1
166 link path=usr/lib/$(ARCH64)/libzpool.so target=libzpool.so.1
167 link path=usr/lib/$(ARCH64)/llib-lzfs.ln \
168 target=../../../lib/$(ARCH64)/llib-lzfs.ln
169 link path=usr/lib/$(ARCH64)/llib-lzfs_core.ln \
170 target=../../../lib/$(ARCH64)/llib-lzfs_core.ln
|
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2012 by Delphix. All rights reserved.
25 # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
26 #
27
28 set name=pkg.fmri value=pkg:/system/file-system/zfs@$(PKGVERS)
29 set name=pkg.description value="ZFS libraries and commands"
30 set name=pkg.summary value=ZFS
31 set name=info.classification \
32 value="org.opensolaris.category.2008:System/File System"
33
34 #
35 # Skip manifest generation until build 134 can be required on the
36 # build systems, due to a Python flavor identification bug in pkgdepend.
37 #
38 set name=org.opensolaris.nodepend value=true
39 set name=variant.arch value=$(ARCH)
40 dir path=etc group=sys
41 dir path=etc/fs group=sys
42 dir path=etc/fs/zfs group=sys
43 dir path=etc/sysevent group=sys
44 dir path=etc/sysevent/config group=sys
45 dir path=etc/zfs group=sys
132 file path=usr/lib/zfs/pyzfs.py mode=0555
133 file path=usr/lib/zfs/pyzfs.pyc mode=0555
134 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555
135 file path=usr/sbin/$(ARCH64)/zdb mode=0555
136 file path=usr/sbin/zstreamdump mode=0555
137 file path=usr/share/man/man1m/zdb.1m
138 file path=usr/share/man/man1m/zfs.1m
139 file path=usr/share/man/man1m/zpool.1m
140 file path=usr/share/man/man1m/zstreamdump.1m
141 file path=usr/share/man/man5/zpool-features.5
142 hardlink path=kernel/fs/$(ARCH64)/zfs target=../../../kernel/drv/$(ARCH64)/zfs
143 $(i386_ONLY)hardlink path=kernel/fs/zfs target=../../kernel/drv/zfs
144 hardlink path=usr/lib/fs/zfs/fstyp target=../../../sbin/fstyp
145 hardlink path=usr/sbin/zdb target=../../usr/lib/isaexec
146 legacy pkg=SUNWzfskr desc="ZFS kernel root components" \
147 name="ZFS Kernel (Root)"
148 legacy pkg=SUNWzfsr desc="ZFS root components" name="ZFS (Root)"
149 legacy pkg=SUNWzfsu desc="ZFS libraries and commands" name="ZFS (Usr)"
150 license cr_Sun license=cr_Sun
151 license lic_CDDL license=lic_CDDL
152 license usr/src/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4 \
153 license=usr/src/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4
154 link path=etc/fs/zfs/mount target=../../../sbin/zfs
155 link path=etc/fs/zfs/umount target=../../../sbin/zfs
156 link path=lib/$(ARCH64)/libzfs.so target=libzfs.so.1
157 link path=lib/$(ARCH64)/libzfs_core.so target=libzfs_core.so.1
158 link path=lib/libzfs.so target=libzfs.so.1
159 link path=lib/libzfs_core.so target=libzfs_core.so.1
160 link path=usr/lib/$(ARCH64)/libzfs.so \
161 target=../../../lib/$(ARCH64)/libzfs.so.1
162 link path=usr/lib/$(ARCH64)/libzfs.so.1 \
163 target=../../../lib/$(ARCH64)/libzfs.so.1
164 link path=usr/lib/$(ARCH64)/libzfs_core.so \
165 target=../../../lib/$(ARCH64)/libzfs_core.so.1
166 link path=usr/lib/$(ARCH64)/libzfs_core.so.1 \
167 target=../../../lib/$(ARCH64)/libzfs_core.so.1
168 link path=usr/lib/$(ARCH64)/libzfs_jni.so target=libzfs_jni.so.1
169 link path=usr/lib/$(ARCH64)/libzpool.so target=libzpool.so.1
170 link path=usr/lib/$(ARCH64)/llib-lzfs.ln \
171 target=../../../lib/$(ARCH64)/llib-lzfs.ln
172 link path=usr/lib/$(ARCH64)/llib-lzfs_core.ln \
173 target=../../../lib/$(ARCH64)/llib-lzfs_core.ln
|