summaryrefslogtreecommitdiffstats
path: root/usbutils.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'usbutils.pc.in')
-rw-r--r--usbutils.pc.in18
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@