components/libdaemon/libdaemon.p5m
author Tomas Kuthan <tomas.kuthan@oracle.com>
Wed, 20 Apr 2016 13:13:57 -0700
changeset 5820 cef0da89f9ee
parent 4986 90a869b3f47a
permissions -rw-r--r--
PSARC/2016/216 OpenSSH 7.2p2 upgrade. Host keys and moduli updates 23030875 network/ssh SMF method: generate correct host key types

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

set name=pkg.fmri \
    value=pkg:/library/libdaemon@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Lightweight C library for UNIX daemons"
set name=pkg.description \
    value="Libdaemon is a lightweight C library that eases the writing of UNIX daemons."
set name=com.oracle.info.description \
    value="the lightweight C library for UNIX daemons"
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=org.opensolaris.arc-caseid value=LSARC/2006/455
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file path=usr/include/libdaemon/daemon.h
file path=usr/include/libdaemon/dexec.h
file path=usr/include/libdaemon/dfork.h
file path=usr/include/libdaemon/dlog.h
file path=usr/include/libdaemon/dnonblock.h
file path=usr/include/libdaemon/dpid.h
file path=usr/include/libdaemon/dsignal.h
link path=usr/lib/$(MACH64)/libdaemon.so target=libdaemon.so.0.5.0
link path=usr/lib/$(MACH64)/libdaemon.so.0 target=libdaemon.so.0.5.0
file path=usr/lib/$(MACH64)/libdaemon.so.0.5.0
file path=usr/lib/$(MACH64)/pkgconfig/libdaemon.pc
link path=usr/lib/libdaemon.so target=libdaemon.so.0.5.0
link path=usr/lib/libdaemon.so.0 target=libdaemon.so.0.5.0
file path=usr/lib/libdaemon.so.0.5.0
file path=usr/lib/pkgconfig/libdaemon.pc
file path=usr/share/doc/libdaemon/README.html
file path=usr/share/doc/libdaemon/style.css
license LICENSE license="LGPL v2"