Add the file openssl.pc that I forgot a while ago.
[openssl.git] / openssl.pc
1 prefix=/usr/local/ssl
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: OpenSSL
7 Description: Secure Sockets Layer and cryptography libraries and tools
8 Version: 0.9.8-dev
9 Requires: 
10 Libs: -L${libdir} -lssl -lcrypto -ldl
11 Cflags: -I${includedir}