/usr/lib/pkgconfig/hyantes.pc is in libhyantes-dev 1.3.0-1.
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 | prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: hyantes
Description: geographical and mathematic computing
Version: 1.3.0
URL: http://hyantes.gforge.inria.fr
#Conflicts: foobar <= 4.5
# Libs: bibliothèques nécessaire pour linker dynamiquement une appli externe
# Libs.private: bibliothèques à rajouter en cas de link statique
Libs: -L${libdir} -lhyantes -lm
Cflags: -I${includedir}/hyantesite
|