1e8921a52SAndy Fiddaman#
2*45ede40bSAndy Fiddaman# This file and its contents are supplied under the terms of the
3*45ede40bSAndy Fiddaman# Common Development and Distribution License ("CDDL"), version 1.0.
4*45ede40bSAndy Fiddaman# You may only use this file in accordance with the terms of version
5*45ede40bSAndy Fiddaman# 1.0 of the CDDL.
6e8921a52SAndy Fiddaman#
7*45ede40bSAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this
8*45ede40bSAndy Fiddaman# source.  A copy of the CDDL is also available via the Internet at
9*45ede40bSAndy Fiddaman# http://www.illumos.org/license/CDDL.
10e8921a52SAndy Fiddaman#
11*45ede40bSAndy Fiddaman
12e8921a52SAndy Fiddaman#
13*45ede40bSAndy Fiddaman# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
14e8921a52SAndy Fiddaman#
15e8921a52SAndy Fiddaman
16e8921a52SAndy Fiddamanset name=pkg.fmri \
17e8921a52SAndy Fiddaman    value=pkg:/system/library/python/libbe$(PYTHON3_PKGVERS)@$(PKGVERS)
18*45ede40bSAndy Fiddamanset name=pkg.summary value="py_libbe module, python $(PYTHON3_VERSION)"
1986d41711SAndy Fiddamanset name=pkg.description value="Boot Environment Management Python3 Module"
20069e6b7eSAndy Fiddamanset name=info.classification \
21069e6b7eSAndy Fiddaman    value=org.opensolaris.category.2008:System/Libraries
22e8921a52SAndy Fiddamanset name=variant.arch value=$(ARCH)
2386d41711SAndy Fiddamandir  path=usr group=sys
2486d41711SAndy Fiddamandir  path=usr/lib
25*45ede40bSAndy Fiddamandir  path=usr/lib/python$(PYTHON3_VERSION)
26*45ede40bSAndy Fiddamandir  path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages
27*45ede40bSAndy Fiddamanfile path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/libbe_py.so
28e8921a52SAndy Fiddamanlicense cr_Sun license=cr_Sun
29e8921a52SAndy Fiddamanlicense lic_CDDL license=lic_CDDL
30*45ede40bSAndy Fiddamandepend type=require fmri=runtime/python$(PYTHON3_PKGVERS)
31