]> git.ipfire.org Git - thirdparty/openssl.git/blob - exporters/pkg-config/libssl.pc.in
Clean up exporters, specifically those we have for pkg-config
[thirdparty/openssl.git] / exporters / pkg-config / libssl.pc.in
1 libdir={- $OpenSSL::safe::installdata::LIBDIR -}
2 includedir={- $OpenSSL::safe::installdata::INCLUDEDIR -}
3
4 Name: OpenSSL-libssl
5 Description: Secure Sockets Layer and cryptography libraries
6 Version: {- $OpenSSL::safe::installdata::VERSION -}
7 Requires.private: libcrypto
8 Libs: -L${libdir} -lssl
9 Cflags: -I${includedir}