components/libarchive/libarchive.p5m
author Stacy Yeh <stacy.yeh@oracle.com>
Thu, 14 May 2015 10:36:26 -0700
changeset 4295 8e6a71e8754b
parent 1948 2d1537e7942d
child 4997 714545171c17
child 6164 66436ccdbe51
permissions -rw-r--r--
19810791 Numerous Userland components have an unwanted back slash

#
# 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) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
#

<transform file path=usr.*/man/.+ -> default mangler.man.stability Uncommitted>
# All man pages are pulled from $(COMPONENT_SRC)/doc/man and have a .3 suffix
<transform file path=usr.*/man/man.+/(.+[.]3).*$ -> set action.hash %<1> >
set name=pkg.fmri \
    value=pkg:/library/libarchive@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="multi-format archive and compression library"
set name=pkg.description \
    value="The libarchive(3LIB) library provides a flexible interface for reading and writing archives in various formats such as tar(1) and cpio(1). libarchive also supports reading and writing archives compressed using various compression filters such as gzip(1) and bzip2(1). The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive."
set name=com.oracle.info.description \
    value="multi-format archive and compression library"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value=org.opensolaris.category.2008:System/Libraries
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream value="Tim Kientzle <[email protected]>"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2012/356
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file path=usr/include/archive.h
file path=usr/include/archive_entry.h
link path=usr/lib/$(MACH64)/libarchive.so target=libarchive.so.12.0.4
link path=usr/lib/$(MACH64)/libarchive.so.12 target=libarchive.so.12.0.4
file path=usr/lib/$(MACH64)/libarchive.so.12.0.4
file path=usr/lib/$(MACH64)/pkgconfig/libarchive.pc
link path=usr/lib/libarchive.so target=libarchive.so.12
link path=usr/lib/libarchive.so.12 target=libarchive.so.12.0.4
file path=usr/lib/libarchive.so.12.0.4
file path=usr/lib/pkgconfig/libarchive.pc
file path=usr/share/man/man3archive/archive_entry.3archive
file path=usr/share/man/man3archive/archive_entry_acl.3archive
file path=usr/share/man/man3archive/archive_entry_linkify.3archive
file path=usr/share/man/man3archive/archive_entry_paths.3archive
file path=usr/share/man/man3archive/archive_entry_perms.3archive
file path=usr/share/man/man3archive/archive_entry_stat.3archive
file path=usr/share/man/man3archive/archive_entry_time.3archive
file path=usr/share/man/man3archive/archive_read.3archive
file path=usr/share/man/man3archive/archive_read_disk.3archive
file path=usr/share/man/man3archive/archive_read_set_options.3archive
file path=usr/share/man/man3archive/archive_util.3archive
file path=usr/share/man/man3archive/archive_write.3archive
file path=usr/share/man/man3archive/archive_write_disk.3archive
file path=usr/share/man/man3archive/archive_write_set_options.3archive
file path=usr/share/man/man3lib/libarchive.3lib
file libarchive-formats.5 path=usr/share/man/man4/libarchive-formats.4
license libarchive.license license=BSD-like