1# 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 2021 OmniOS Community Edition (OmniOSce) Association. 14# 15 16set name=pkg.fmri \ 17 value=pkg:/system/library/python/libbe$(PYTHON3b_PKGVERS)@$(PKGVERS) 18set name=pkg.summary value="py_libbe module, python $(PYTHON3b_VERSION)" 19set name=pkg.description value="Boot Environment Management Python3 Module" 20set name=info.classification \ 21 value=org.opensolaris.category.2008:System/Libraries 22set name=variant.arch value=$(ARCH) 23dir path=usr group=sys 24dir path=usr/lib 25dir path=usr/lib/python$(PYTHON3b_VERSION) 26dir path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages 27file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/libbe_py.so 28license cr_Sun license=cr_Sun 29license lic_CDDL license=lic_CDDL 30depend type=require fmri=runtime/python$(PYTHON3b_PKGVERS) 31