libgcrypt: update to 1.8.3
[unleashed-userland.git] / components / library / libdaemon / libdaemon.p5m
blob0743d3528ab61f456b9fdbb6a3b1d49aa0432781
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2013 Adam Stevko. All rights reserved.
15 set name=pkg.fmri value=pkg:/library/libdaemon@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
16 set name=pkg.summary value="libdaemon is a lightweight C library which eases the writing of UNIX daemons."
17 set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
18 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
19 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
20 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
22 license libdaemon.license license='LGPLv2'
24 dir  path=usr
25 dir  path=usr/include
26 dir  path=usr/include/libdaemon
27 file path=usr/include/libdaemon/daemon.h
28 file path=usr/include/libdaemon/dexec.h
29 file path=usr/include/libdaemon/dfork.h
30 file path=usr/include/libdaemon/dlog.h
31 file path=usr/include/libdaemon/dnonblock.h
32 file path=usr/include/libdaemon/dpid.h
33 file path=usr/include/libdaemon/dsignal.h
34 dir  path=usr/lib
35 link path=usr/lib/libdaemon.so target=libdaemon.so.0.5.0
36 link path=usr/lib/libdaemon.so.0 target=libdaemon.so.0.5.0
37 file path=usr/lib/libdaemon.so.0.5.0
38 link path=usr/lib/$(MACH64)/libdaemon.so target=libdaemon.so.0.5.0
39 link path=usr/lib/$(MACH64)/libdaemon.so.0 target=libdaemon.so.0.5.0
40 file path=usr/lib/$(MACH64)/libdaemon.so.0.5.0
41 dir  path=usr/lib/pkgconfig
42 file path=usr/lib/pkgconfig/libdaemon.pc
43 dir  path=usr/share
44 dir  path=usr/share/doc
45 dir  path=usr/share/doc/libdaemon
46 file path=usr/share/doc/libdaemon/README.html
47 file path=usr/share/doc/libdaemon/style.css