mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-26 08:06:58 +00:00
13 lines
283 B
PkgConfig
13 lines
283 B
PkgConfig
prefix=/usr/local/ssl
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 1.0.1v-dev
|
|
Requires:
|
|
Libs: -L${libdir} -lssl -lcrypto
|
|
Libs.private: -ldl
|
|
Cflags: -I${includedir}
|