prefix=/usr/local/ssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: 0.9.8zc
Requires:
Libs: -L${libdir} -lssl -lcrypto -lsocket -lnsl -ldl
Cflags: -I${includedir}