1d561bb99SAndy Fiddaman# 2d561bb99SAndy Fiddaman# CDDL HEADER START 3d561bb99SAndy Fiddaman# 4d561bb99SAndy Fiddaman# The contents of this file are subject to the terms of the 5d561bb99SAndy Fiddaman# Common Development and Distribution License (the "License"). 6d561bb99SAndy Fiddaman# You may not use this file except in compliance with the License. 7d561bb99SAndy Fiddaman# 8d561bb99SAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9d561bb99SAndy Fiddaman# or http://www.opensolaris.org/os/licensing. 10d561bb99SAndy Fiddaman# See the License for the specific language governing permissions 11d561bb99SAndy Fiddaman# and limitations under the License. 12d561bb99SAndy Fiddaman# 13d561bb99SAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each 14d561bb99SAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15d561bb99SAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the 16d561bb99SAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying 17d561bb99SAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner] 18d561bb99SAndy Fiddaman# 19d561bb99SAndy Fiddaman# CDDL HEADER END 20d561bb99SAndy Fiddaman# 21d561bb99SAndy Fiddaman# 22*b85ab92fSAndy Fiddaman# Copyright 2020 OmniOS Community Edition (OmniOSce) Association. 23d561bb99SAndy Fiddaman# 24d561bb99SAndy Fiddaman 25d561bb99SAndy Fiddamanset name=pkg.fmri \ 26d561bb99SAndy Fiddaman value=pkg:/system/library/python/libbe$(PYTHON3_PKGVERS)@$(PKGVERS) 27d561bb99SAndy Fiddamanset name=pkg.description value="Boot Environment Management Python3 Module" 28d561bb99SAndy Fiddamanset name=pkg.summary value="py_libbe module, python3" 29*b85ab92fSAndy Fiddamanset name=info.classification \ 30*b85ab92fSAndy Fiddaman value=org.opensolaris.category.2008:System/Libraries 31d561bb99SAndy Fiddamanset name=variant.arch value=$(ARCH) 32d561bb99SAndy Fiddamandir path=usr group=sys 33d561bb99SAndy Fiddamandir path=usr/lib 34d561bb99SAndy Fiddaman$(python3_ONLY)dir path=usr/lib/python$(PYTHON3_VERSION) 35d561bb99SAndy Fiddaman$(python3_ONLY)dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages 36d561bb99SAndy Fiddaman$(python3_ONLY)file \ 37d561bb99SAndy Fiddaman path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/libbe_py.so 38d561bb99SAndy Fiddamanlicense cr_Sun license=cr_Sun 39d561bb99SAndy Fiddamanlicense lic_CDDL license=lic_CDDL 40d561bb99SAndy Fiddaman$(python3_ONLY)depend fmri=runtime/python$(PYTHON3_PKGVERS) type=require 41