components/openusb/openusb.p5m
author Vladimir Marek <Vladimir.Marek@oracle.com>
Mon, 10 Apr 2017 11:54:32 -0700
branchs11u3-sru
changeset 7853 87236a3c36b4
parent 3734 24181f5eb463
permissions -rw-r--r--
25694511 xattr can't be built on recent CBE
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
377
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
377
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
    value=pkg:/system/library/usb/openusb@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    27
set name=pkg.summary value="A USB device management library"
377
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
    value="A library to enable userspace application programs to communicate with USB devices"
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    30
set name=com.oracle.info.description \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    31
    value="the openusb USB device management library"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2551
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
377
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 377
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 377
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2008/018
377
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    39
dir  path=usr
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    40
dir  path=usr/bin
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    41
dir  path=usr/include
377
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/include/openusb.h
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    43
dir  path=usr/lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    44
dir  path=usr/lib/$(MACH64)
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    45
link path=usr/lib/$(MACH64)/libopenusb.so target=libopenusb.so.0.0.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    46
link path=usr/lib/$(MACH64)/libopenusb.so.0 target=libopenusb.so.0.0.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    47
file path=usr/lib/$(MACH64)/libopenusb.so.0.0.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    48
dir  path=usr/lib/$(MACH64)/openusb_backend
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    49
file path=usr/lib/$(MACH64)/openusb_backend/sunos.so
377
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
link path=usr/lib/libopenusb.so target=libopenusb.so.0.0.1
5df42c8502d2 7060741 Move libopenusb to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
link path=usr/lib/libopenusb.so.0 target=libopenusb.so.0.0.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    52
file path=usr/lib/libopenusb.so.0.0.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    53
dir  path=usr/lib/openusb_backend
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    54
file path=usr/lib/openusb_backend/sunos.so
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    55
dir  path=usr/share
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    56
dir  path=usr/share/doc
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    57
dir  path=usr/share/doc/openusb
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    58
file doc/html/openusb_guide.html path=usr/share/doc/openusb/openusb_guide.html
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    59
dir  path=usr/share/man
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    60
dir  path=usr/share/man/man3lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    61
file files/libopenusb.3lib path=usr/share/man/man3lib/libopenusb.3lib
2420
9f997a3df7ce 15822516 SUNBT7204519-11.2 let's add more TPNO's
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
    62
license openusb.license license="LGPLv2.1, BSD"
9f997a3df7ce 15822516 SUNBT7204519-11.2 let's add more TPNO's
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
    63