singe/thirdparty/openssl/exporters/pkg-config/libssl.pc.in
2023-11-16 22:15:24 -06:00

9 lines
317 B
PkgConfig

libdir={- $OpenSSL::safe::installdata::LIBDIR -}
includedir={- $OpenSSL::safe::installdata::INCLUDEDIR -}
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: {- $OpenSSL::safe::installdata::VERSION -}
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}