summaryrefslogtreecommitdiffstats
path: root/deps/cryptopp/cryptopp.pc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/cryptopp/cryptopp.pc')
-rw-r--r--deps/cryptopp/cryptopp.pc15
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/cryptopp/cryptopp.pc b/deps/cryptopp/cryptopp.pc
new file mode 100644
index 0000000..c6bc476
--- /dev/null
+++ b/deps/cryptopp/cryptopp.pc
@@ -0,0 +1,15 @@
+prefix/usr
+exec_prefix=/usr
+libdir=/usr/lib@LIBDIRSUFFIX@
+includedir=${prefix}/include/cryptopp
+
+Name: Crypto++
+Description: A free C++ class library of cryptographic schemes
+Version: @VERSION@
+URL: http://www.cryptopp.com
+Requires:
+Conflicts:
+Libs: -L${libdir} -lcryptopp
+Libs.private:
+Cflags: -I${includedir}
+