components/openusb/openusb.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 7440 41dd20eda9f0
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    25 set name=pkg.fmri \
    25 set name=pkg.fmri \
    26     value=pkg:/system/library/usb/openusb@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26     value=pkg:/system/library/usb/openusb@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="A USB device management library"
    27 set name=pkg.description \
    28 set name=pkg.description \
    28     value="A library to enable userspace application programs to communicate with USB devices"
    29     value="A library to enable userspace application programs to communicate with USB devices"
    29 set name=pkg.summary value="A USB device management library"
    30 set name=com.oracle.info.description \
    30 set name=com.oracle.info.description value="the openusb USB device management library"
    31     value="the openusb USB device management library"
    31 set name=com.oracle.info.tpno value=$(TPNO)
    32 set name=com.oracle.info.tpno value=$(TPNO)
    32 set name=info.classification \
    33 set name=info.classification \
    33     value=org.opensolaris.category.2008:System/Libraries
    34     value=org.opensolaris.category.2008:System/Libraries
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=org.opensolaris.arc-caseid \
    37 set name=org.opensolaris.arc-caseid value=PSARC/2008/018
    37     value=PSARC/2008/018
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 
    39 
    40 
    40 
    41 file path=usr/include/openusb.h
    41 file path=usr/include/openusb.h
    42 file path=usr/lib/$(MACH64)/libopenusb.so.0.0.1  
    42 link path=usr/lib/$(MACH64)/libopenusb.so target=libopenusb.so.0.0.1
    43 file path=usr/lib/$(MACH64)/openusb_backend/sunos.so  
    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
    44 file path=usr/lib/libopenusb.so.0.0.1
    48 file path=usr/lib/libopenusb.so.0.0.1
    45 file path=usr/lib/openusb_backend/sunos.so
    49 file path=usr/lib/openusb_backend/sunos.so
    46 file doc/html/openusb_guide.html path=usr/share/doc/openusb/openusb_guide.html
    50 file doc/html/openusb_guide.html path=usr/share/doc/openusb/openusb_guide.html
    47 file files/libopenusb.3lib path=usr/share/man/man3lib/libopenusb.3lib
    51 file files/libopenusb.3lib path=usr/share/man/man3lib/libopenusb.3lib
    48 
       
    49 link path=usr/lib/$(MACH64)/libopenusb.so target=libopenusb.so.0.0.1 
       
    50 link path=usr/lib/$(MACH64)/libopenusb.so.0 target=libopenusb.so.0.0.1 
       
    51 link path=usr/lib/libopenusb.so target=libopenusb.so.0.0.1
       
    52 link path=usr/lib/libopenusb.so.0 target=libopenusb.so.0.0.1
       
    53 
       
    54 license openusb.license license="LGPLv2.1, BSD"
    52 license openusb.license license="LGPLv2.1, BSD"
    55 
    53