source-engine/thirdparty/openssl/libcrypto.pc

13 lines
268 B
PkgConfig
Raw Normal View History

2020-10-22 17:43:01 +00:00
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}