blob: e69778c3195cd1a8409601a5b3fb83bad468745d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
prefix=@prefix@
exec_prefix=@prefix@
libdir=@libdir@
includedir=@includedir@
usbids=@datadir@/usb.ids
Name: @PACKAGE_NAME@
Description: usbutils This is a collection of USB tools for use on Linux and BSD systems\
to query what type of USB devices are connected to the system. This is to be run on a USB host\
(i.e. a machine you plug USB devices into), not on a USB device (i.e. a device you plug into a USB host.)
Version: @VERSION@
URL: https://github.com/gregkh/usbutils
Requires: libusb-1.0 >= 1.0.14 libudev >= 196
Conflicts:
Libs: -L${libdir}
Libs.private: @LIBUSB_LIBS@ @UDEV_LIBS@
Cflags: @CFLAGS@ @LIBUSB_CFLAGS@ @UDEV_CFLAGS@
|