summaryrefslogtreecommitdiff
path: root/libusb-1.0.pc.in
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-01-04 00:40:49 +0000
committerDaniel Drake <dsd@gentoo.org>2008-01-04 00:40:49 +0000
commite9364d72151ae1de9cce4175f330fe1529f02511 (patch)
treee35018489b61b7db019795563fca0339434e2c93 /libusb-1.0.pc.in
parentf4ed0b6a3e0a20555fdfc9e9b8be7e8a2c8ae192 (diff)
downloadlibusb-e9364d72151ae1de9cce4175f330fe1529f02511.tar.gz
Rename to libusb-1.0
I've taken over the libusb project, and what was previously known as fpusb will eventually be released as libusb-1.0.
Diffstat (limited to 'libusb-1.0.pc.in')
-rw-r--r--libusb-1.0.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libusb-1.0.pc.in b/libusb-1.0.pc.in
new file mode 100644
index 0000000..dd6bde0
--- /dev/null
+++ b/libusb-1.0.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libusb-1.0
+Description: C API for USB device access from Linux userspace
+Version: @VERSION@
+Libs: -L${libdir} -lusb-1.0
+Cflags: -I${includedir}/libusb-1.0
+