Add the file openssl.pc that I forgot a while ago.
authorRichard Levitte <levitte@openssl.org>
Sun, 17 Nov 2002 08:03:24 +0000 (08:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 17 Nov 2002 08:03:24 +0000 (08:03 +0000)
openssl.pc [new file with mode: 0644]

diff --git a/openssl.pc b/openssl.pc
new file mode 100644 (file)
index 0000000..63ca868
--- /dev/null
@@ -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.8-dev
+Requires: 
+Libs: -L${libdir} -lssl -lcrypto -ldl
+Cflags: -I${includedir}