diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:13:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:13:39 +0000 |
commit | 18d2dadb3c9132b52fdc88f509ea9005b9eebd5f (patch) | |
tree | 8e399598f572b2e88c16ddd26fb1fe601dd0e64b /usbutils.pc.in | |
parent | Initial commit. (diff) | |
download | usbutils-18d2dadb3c9132b52fdc88f509ea9005b9eebd5f.tar.xz usbutils-18d2dadb3c9132b52fdc88f509ea9005b9eebd5f.zip |
Adding upstream version 1:017.upstream/1%017upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | usbutils.pc.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usbutils.pc.in b/usbutils.pc.in new file mode 100644 index 0000000..e69778c --- /dev/null +++ b/usbutils.pc.in @@ -0,0 +1,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@ |