This file is indexed.

/usr/lib/pkgconfig/alsaplayer.pc is in libalsaplayer-dev 0.99.80-5.1ubuntu1.

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
16
17
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
plugindir=${exec_prefix}/lib/alsaplayer
alsaplayer_includedir=${prefix}/include/alsaplayer

inputplugindir=${plugindir}/input
outputplugindir=${plugindir}/output
scopeplugindir=${plugindir}/scopes
interfaceplugindir=${plugindir}/interface

Name: AlsaPlayer
Description: AlsaPlayer audio player with plugin support
Version: 0.99.80
Libs: -L${libdir} -lalsaplayer -ldl
Cflags: -I${alsaplayer_includedir}