libcrypto.pc 289 B

12345678910111213
  1. prefix=/usr
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. enginesdir=${libdir}/engines
  6. Name: OpenSSL-libcrypto
  7. Description: OpenSSL cryptography library
  8. Version: 1.0.2j
  9. Requires:
  10. Libs: -L${libdir} -lcrypto
  11. Libs.private: -lgcc -ldl
  12. Cflags: -I${includedir}