From 18d2dadb3c9132b52fdc88f509ea9005b9eebd5f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:13:39 +0200 Subject: Adding upstream version 1:017. Signed-off-by: Daniel Baumann --- usbutils.pc.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 usbutils.pc.in (limited to 'usbutils.pc.in') 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@ -- cgit v1.2.3