This file is indexed.

/usr/lib/pkgconfig/lv2-plugin.pc is in lv2-c++-tools 1.0.5-4.

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
PACKAGE_NAME = lv2-c++-tools
PACKAGE_VERSION = 1.0.5
libdir = /usr/lib
pkglibdir = /usr/lib/lv2-c++-tools
includedir = /usr/include
pkgincludedir = /usr/include/lv2-c++-tools
Name: liblv2-plugin
Description: A support library for writing LV2 plugins in C++
Version: ${PACKAGE_VERSION}
Libs: -L${libdir} -llv2-plugin
Cflags: -I${pkgincludedir}