components/yasm/yasm.p5m
author pkidd <patrick.kidd@oracle.com>
Thu, 13 Oct 2016 09:11:42 -0700
branchs11u3-sru
changeset 7100 c0b69390942f
parent 7034 55c87002c655
permissions -rw-r--r--
build metadata for S11.3SRU14.2

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
#

<transform file path=usr.*/man/.+ -> default mangler.man.stability "pass-through volatile">
set name=pkg.fmri \
    value=pkg:/developer/yasm@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="The Yasm Modular Assembler"
set name=pkg.description \
    value="Yasm is a complete rewrite of the NASM assembler. It currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats."
set name=com.oracle.info.description value="the Yasm Modular Assembler"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value=org.opensolaris.category.2008:Development/System
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2015/316
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file path=usr/bin/yasm pkg.depend.bypass-generate=libyasm.so.0
file path=usr/include/libyasm-stdint.h
file path=usr/include/libyasm.h
file path=usr/include/libyasm/arch.h
file path=usr/include/libyasm/assocdat.h
file path=usr/include/libyasm/bitvect.h
file path=usr/include/libyasm/bytecode.h
file path=usr/include/libyasm/compat-queue.h
file path=usr/include/libyasm/coretype.h
file path=usr/include/libyasm/dbgfmt.h
file path=usr/include/libyasm/errwarn.h
file path=usr/include/libyasm/expr.h
file path=usr/include/libyasm/file.h
file path=usr/include/libyasm/floatnum.h
file path=usr/include/libyasm/hamt.h
file path=usr/include/libyasm/insn.h
file path=usr/include/libyasm/intnum.h
file path=usr/include/libyasm/inttree.h
file path=usr/include/libyasm/linemap.h
file path=usr/include/libyasm/listfmt.h
file path=usr/include/libyasm/md5.h
file path=usr/include/libyasm/module.h
file path=usr/include/libyasm/objfmt.h
file path=usr/include/libyasm/parser.h
file path=usr/include/libyasm/phash.h
file path=usr/include/libyasm/preproc.h
file path=usr/include/libyasm/section.h
file path=usr/include/libyasm/symrec.h
file path=usr/include/libyasm/valparam.h
file path=usr/include/libyasm/value.h
link path=usr/lib/$(MACH64)/libyasm.so target=libyasm.so.0.0.0
link path=usr/lib/$(MACH64)/libyasm.so.0 target=libyasm.so.0.0.0
file path=usr/lib/$(MACH64)/libyasm.so.0.0.0
link path=usr/lib/libyasm.so target=libyasm.so.0.0.0
link path=usr/lib/libyasm.so.0 target=libyasm.so.0.0.0
file path=usr/lib/libyasm.so.0.0.0
file path=usr/share/man/man1/yasm.1
file path=usr/share/man/man7/yasm_arch.7
file path=usr/share/man/man7/yasm_dbgfmts.7
file path=usr/share/man/man7/yasm_objfmts.7
file path=usr/share/man/man7/yasm_parsers.7
license yasm.license license="BSD-like, Artistic, GPLv2, LGPLv2"