p11-kit-1.pc 839 B

1234567891011121314151617181920212223
  1. prefix=/mingw64
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. datarootdir=${prefix}/share
  6. datadir=${datarootdir}
  7. pkgdatadir=${datarootdir}/p11-kit
  8. sysconfdir=/mingw64/etc
  9. p11_module_configs=${pkgdatadir}/modules
  10. p11_module_path=${exec_prefix}/lib/pkcs11
  11. p11_trust_paths=/mingw64/etc/pki/ca-trust/source:/mingw64/share/pki/ca-trust-source
  12. proxy_module=${exec_prefix}/lib/p11-kit-proxy.so
  13. # This is for compatibility. Other packages were using this to determine
  14. # the directory they should install their module configs to, so override
  15. # this and redirect them to the new location
  16. p11_system_config_modules=${pkgdatadir}/modules
  17. Name: p11-kit
  18. Description: Library and proxy module for properly loading and sharing PKCS#11 modules.
  19. Version: 0.24.1
  20. Libs: -L${libdir} -lp11-kit
  21. Cflags: -I${includedir}/p11-kit-1