prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${exec_prefix}/include Name: akstdlib Description: C stdlib with akerror sanity wrappers Version: @PROJECT_VERSION@ # akerror is a public dependency, not a private one: akstdlib.h includes # akerror.h and every entry point returns an akerr_ErrorContext *, so a consumer # compiles against both headers and links both libraries. 1.0.0 is the floor -- # it is the release that made the status registry private and gave the library an # soname, and akstdlib.h refuses to compile against anything older. Requires: akerror >= 1.0.0 Cflags: -I${includedir}/ Libs: -L${libdir} -lakstdlib