components/openusb/openusb.p5m
changeset 1031 3a6587c7a80c
parent 629 daaab66f7276
child 1205 6c6c27bcf9ac
child 2551 0391c5c3b137
equal deleted inserted replaced
1030:faf1845e3b13 1031:3a6587c7a80c
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, 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)
    59 link path=usr/lib/$(MACH64)/libopenusb.so target=libopenusb.so.0.0.1 
    59 link path=usr/lib/$(MACH64)/libopenusb.so target=libopenusb.so.0.0.1 
    60 link path=usr/lib/$(MACH64)/libopenusb.so.0 target=libopenusb.so.0.0.1 
    60 link path=usr/lib/$(MACH64)/libopenusb.so.0 target=libopenusb.so.0.0.1 
    61 link path=usr/lib/libopenusb.so target=libopenusb.so.0.0.1
    61 link path=usr/lib/libopenusb.so target=libopenusb.so.0.0.1
    62 link path=usr/lib/libopenusb.so.0 target=libopenusb.so.0.0.1
    62 link path=usr/lib/libopenusb.so.0 target=libopenusb.so.0.0.1
    63 
    63 
    64 license openusb.copyright license="LGPLv2.1, BSD"
    64 license openusb.license license="LGPLv2.1, BSD"
       
    65