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