xref: /illumos-gate/usr/src/pkg/manifests/system-library-bhyve.p5m (revision b210e77709da8e42dfe621e10ccf4be504206058)
1#
2# CDDL HEADER START
3#
4# This file and its contents are supplied under the terms of the
5# Common Development and Distribution License ("CDDL"), version 1.0.
6# You may only use this file in accordance with the terms of version
7# 1.0 of the CDDL.
8#
9# A full copy of the text of the CDDL should have accompanied this
10# source.  A copy of the CDDL is also available via the Internet at
11# http://www.illumos.org/license/CDDL.
12#
13# CDDL HEADER END
14#
15
16#
17# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
18#
19
20set name=pkg.fmri value=pkg:/system/library/bhyve@$(PKGVERS)
21set name=pkg.summary value="BSD hypervisor (libraries)"
22set name=pkg.description value="BSD hypervisor (libraries)"
23set name=info.classification \
24    value=org.opensolaris.category.2008:System/Virtualization
25set name=variant.arch value=i386
26dir  path=lib group=bin
27dir  path=lib/$(ARCH64) group=bin
28file path=lib/$(ARCH64)/libvmm.so.1
29file path=lib/$(ARCH64)/libvmmapi.so.1
30dir  path=usr group=sys
31dir  path=usr/lib group=bin
32dir  path=usr/lib/$(ARCH64) group=bin
33file path=usr/lib/$(ARCH64)/lib9p.so.1
34file path=usr/lib/$(ARCH64)/libppt.so.1
35file path=usr/lib/libppt.so.1
36license lic_CDDL license=lic_CDDL
37license usr/src/lib/lib9p/COPYRIGHT license=usr/src/lib/lib9p/COPYRIGHT
38license usr/src/lib/libvmmapi/THIRDPARTYLICENSE \
39    license=usr/src/lib/libvmmapi/THIRDPARTYLICENSE
40