This file is indexed.

/usr/lib/pkgconfig/lualib50.pc is in liblualib50-dev 5.0.3-7.

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
18
19
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include/
major_version=50
version=5.0.3

# Install paths for Lua modules.  For example, if a package wants to install
# Lua source modules to the /usr/local tree, call pkg-config with
# "--define-variable=prefix=/usr/local" and "--variable=INSTALL_LMOD".
INSTALL_LMOD=${prefix}/share/lua/${major_version}
INSTALL_CMOD=${prefix}/lib/lua/${major_version}

Name: lua50
Description: The Lua 5.0 programming language addon libraries
Version: ${version}
Requires: lua50
Libs: -L${libdir} -llualib50
Cflags: -I${includedir}/lua50