aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/libusb-2.0.pc
blob: 34eabb88ab17e341654b550c97d17ea5f8a97a5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libusb-2.0
Description: Library that abstracts ways to access USB devices (v2.0)
Version: 2.0.0
Libs: -L${libdir} -lusb
Cflags: -I${includedir}