You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-freebsd/freebsd-lib/files/libusb.pc.in

12 lines
208 B

prefix=/usr
exec_prefix=${prefix}
libdir=@LIBDIR@
includedir=${prefix}/include
Name: libusb
Description: USB access library (FreeBSD version)
Version: 0.1.12
Libs: -L${libdir} -lusb
Cflags: -I${includedir}