13 lines
280 B
PkgConfig
13 lines
280 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/../include
|
|
Version: 3.4.0
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Libs: "-L${libdir}" -llibssl
|
|
Requires: libcrypto
|
|
Cflags: -I"${includedir}"
|
|
|
|
|