/usr/lib/x86_64-linux-gnu/pkgconfig/libnjb.pc is in libnjb-dev 2.2.7~dfsg0-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # libnjb pkg-config source file
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
Name: libnjb
Description: libnjb is a library for accessing Creative Labs Nomad Jukeboxes
Version: 2.2.7
Requires:
Conflicts:
# libnjb nowadays always use libusb
Libs: -L${libdir} -lnjb -lusb
Cflags: -I${includedir}
|