source-engine/thirdparty/openssl/libcrypto.pc
2020-10-22 20:43:01 +03:00

13 lines
268 B
PkgConfig

prefix=/usr/local/ssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Version: 1.0.1v-dev
Requires:
Libs: -L${libdir} -lcrypto
Libs.private: -ldl
Cflags: -I${includedir}