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