Home | History | Annotate | Download | only in libusb
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libusb-1.0
      7 Description: C API for USB device access from Linux, Mac OS X, Windows, OpenBSD/NetBSD and Solaris userspace
      8 Version: @VERSION@
      9 Libs: -L${libdir} -lusb-1.0
     10 Libs.private: @LIBS@
     11 Cflags: -I${includedir}/libusb-1.0
     12