Blame libopenscap.pc.in

Packit Service 569379
prefix=@CMAKE_INSTALL_PREFIX@
Packit Service 569379
exec_prefix=${prefix}
Packit Service 569379
libdir=${exec_prefix}/lib
Packit Service 569379
includedir=${prefix}/include/openscap
Packit Service 569379
Packit Service 569379
Name: libopenscap
Packit Service 569379
Description: An open source library enabling integration of the SCAP line of standards
Packit Service 569379
URL: https://www.open-scap.org
Packit Service 569379
Version: @OPENSCAP_VERSION_MAJOR@.@OPENSCAP_VERSION_MINOR@.@OPENSCAP_VERSION_PATCH@
Packit Service 569379
Libs: -L${libdir} -lopenscap
Packit Service 569379
Cflags: -I${includedir}