14226f635SJason King#
24226f635SJason King# CDDL HEADER START
34226f635SJason King#
44226f635SJason King# The contents of this file are subject to the terms of the
54226f635SJason King# Common Development and Distribution License (the "License").
64226f635SJason King# You may not use this file except in compliance with the License.
74226f635SJason King#
84226f635SJason King# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94226f635SJason King# or http://www.opensolaris.org/os/licensing.
104226f635SJason King# See the License for the specific language governing permissions
114226f635SJason King# and limitations under the License.
124226f635SJason King#
134226f635SJason King# When distributing Covered Code, include this CDDL HEADER in each
144226f635SJason King# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154226f635SJason King# If applicable, add the following below this CDDL HEADER, with the
164226f635SJason King# fields enclosed by brackets "[]" replaced with your own identifying
174226f635SJason King# information: Portions Copyright [yyyy] [name of copyright owner]
184226f635SJason King#
194226f635SJason King# CDDL HEADER END
204226f635SJason King#
214226f635SJason King
224226f635SJason King#
234226f635SJason King# Copyright 2018 Jason King
24856f710cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
254226f635SJason King#
264226f635SJason King
274226f635SJason Kingset name=pkg.fmri value=pkg:/system/library/demangle@$(PKGVERS)
284226f635SJason Kingset name=pkg.summary value="Symbol demangling support"
2986d41711SAndy Fiddamanset name=pkg.description value="Software libraries for demangling symbols"
304226f635SJason Kingset name=info.classification value=org.opensolaris.category.2008:System/Core
314226f635SJason Kingset name=variant.arch value=$(ARCH)
3286d41711SAndy Fiddamandir  path=usr group=sys
3386d41711SAndy Fiddamandir  path=usr/include
343b3c8f60SJoshua M. Clulowfile path=usr/include/demangle-sys.h
3586d41711SAndy Fiddamandir  path=usr/lib
3686d41711SAndy Fiddamandir  path=usr/lib/$(ARCH64)
3786d41711SAndy Fiddamanlink path=usr/lib/$(ARCH64)/libdemangle-sys.so target=./libdemangle-sys.so.1
384226f635SJason Kingfile path=usr/lib/$(ARCH64)/libdemangle-sys.so.1
3986d41711SAndy Fiddamanlink path=usr/lib/libdemangle-sys.so target=./libdemangle-sys.so.1
404226f635SJason Kingfile path=usr/lib/libdemangle-sys.so.1
414226f635SJason Kinglicense lic_CDDL license=lic_CDDL
424226f635SJason Kinglicense usr/src/lib/libdemangle/THIRDPARTYLICENSE \
434226f635SJason King    license=usr/src/lib/libdemangle/THIRDPARTYLICENSE
44