/usr/lib/pkgconfig/yaws.pc is in erlang-yaws 1.98-2.
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 | ##
## yaws.pc: pkg-config(1) specification
##
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib/yaws/ebin
includedir=${prefix}/lib/yaws/include
Name: yaws
Description: Yet Another Web Server
Version: 1.98
URL: http://yaws.hyber.org/
Libs: -pa ${libdir}
Cflags: -I${includedir}
|