From: Richard Levitte Date: Sun, 17 Nov 2002 07:47:25 +0000 (+0000) Subject: Add the file openssl.pc that I forgot a while ago. X-Git-Tag: OpenSSL_0_9_7-beta4~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aff3e607545a74b7d261cecb9b9c546e737b42aa;p=oweals%2Fopenssl.git Add the file openssl.pc that I forgot a while ago. --- diff --git a/openssl.pc b/openssl.pc new file mode 100644 index 0000000000..d2a695020a --- /dev/null +++ b/openssl.pc @@ -0,0 +1,11 @@ +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.7-beta3 +Requires: +Libs: -L${libdir} -lssl -lcrypto -ldl +Cflags: -I${includedir}