gcc-6: don't ship info pages
[unleashed-userland.git] / components / openusb / openusb.p5m
blob2be91bbbe1943612adcf219e9248113b96fd638e
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
25 set name=pkg.fmri \
26     value=pkg:/system/library/usb/openusb@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
27 set name=pkg.summary value="A USB device management library"
28 set name=pkg.description \
29     value="A library to enable userspace application programs to communicate with USB devices"
30 set name=com.oracle.info.description \
31     value="the openusb USB device management library"
32 set name=com.oracle.info.tpno value=$(TPNO)
33 set name=info.classification \
34     value=org.opensolaris.category.2008:System/Libraries
35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
37 set name=org.opensolaris.arc-caseid value=PSARC/2008/018
38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
41 file path=usr/include/openusb.h
42 link path=usr/lib/$(MACH64)/libopenusb.so target=libopenusb.so.0.0.1
43 link path=usr/lib/$(MACH64)/libopenusb.so.0 target=libopenusb.so.0.0.1
44 file path=usr/lib/$(MACH64)/libopenusb.so.0.0.1
45 file path=usr/lib/$(MACH64)/openusb_backend/sunos.so
46 link path=usr/lib/libopenusb.so target=libopenusb.so.0.0.1
47 link path=usr/lib/libopenusb.so.0 target=libopenusb.so.0.0.1
48 file path=usr/lib/libopenusb.so.0.0.1
49 file path=usr/lib/openusb_backend/sunos.so
50 file doc/html/openusb_guide.html path=usr/share/doc/openusb/openusb_guide.html
51 file files/libopenusb.3lib path=usr/share/man/man3lib/libopenusb.3lib
52 license openusb.license license="LGPLv2.1, BSD"