- prefix=/usr
 
- exec_prefix=${prefix}
 
- libdir=/usr/lib
 
- includedir=${prefix}/include
 
- Name: OpenSSL-libssl
 
- Description: Secure Sockets Layer and cryptography libraries
 
- Version: 3.0.9
 
- Requires.private: libcrypto
 
- Libs: -L${libdir} -lssl
 
- Cflags: -I${includedir}
 
 
  |