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