18cfa78e6SAndy Fiddaman# 28cfa78e6SAndy Fiddaman# CDDL HEADER START 38cfa78e6SAndy Fiddaman# 48cfa78e6SAndy Fiddaman# The contents of this file are subject to the terms of the 58cfa78e6SAndy Fiddaman# Common Development and Distribution License (the "License"). 68cfa78e6SAndy Fiddaman# You may not use this file except in compliance with the License. 78cfa78e6SAndy Fiddaman# 88cfa78e6SAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 98cfa78e6SAndy Fiddaman# or http://www.opensolaris.org/os/licensing. 108cfa78e6SAndy Fiddaman# See the License for the specific language governing permissions 118cfa78e6SAndy Fiddaman# and limitations under the License. 128cfa78e6SAndy Fiddaman# 138cfa78e6SAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each 148cfa78e6SAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 158cfa78e6SAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the 168cfa78e6SAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying 178cfa78e6SAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner] 188cfa78e6SAndy Fiddaman# 198cfa78e6SAndy Fiddaman# CDDL HEADER END 208cfa78e6SAndy Fiddaman# 218cfa78e6SAndy Fiddaman# 228cfa78e6SAndy Fiddaman# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. 238cfa78e6SAndy Fiddaman# 248cfa78e6SAndy Fiddaman 258cfa78e6SAndy Fiddamanset name=pkg.fmri \ 26*4056db58SMarcel Telka value=pkg:/system/library/python/libbe$(PYTHON3_PKGVERS)@$(PKGVERS).16 278cfa78e6SAndy Fiddamanset name=pkg.description value="Boot Environment Management Python3 Module" 288cfa78e6SAndy Fiddamanset name=pkg.summary value="py_libbe module, python3" 298cfa78e6SAndy Fiddamanset name=variant.arch value=$(ARCH) 308cfa78e6SAndy Fiddamandir path=usr group=sys 318cfa78e6SAndy Fiddamandir path=usr/lib 328cfa78e6SAndy Fiddaman$(python3_ONLY)dir path=usr/lib/python$(PYTHON3_VERSION) 338cfa78e6SAndy Fiddaman$(python3_ONLY)dir path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages 348cfa78e6SAndy Fiddaman$(python3_ONLY)file \ 358cfa78e6SAndy Fiddaman path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/libbe_py.so 368cfa78e6SAndy Fiddamanlicense cr_Sun license=cr_Sun 378cfa78e6SAndy Fiddamanlicense lic_CDDL license=lic_CDDL 388cfa78e6SAndy Fiddaman$(python3_ONLY)depend fmri=runtime/python$(PYTHON3_PKGVERS) type=require 39