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, 0 insertions, 13 deletions
diff --git a/libraries/cryptopp/cryptopp.pc b/libraries/cryptopp/cryptopp.pc
deleted file mode 100644
index 45d65d071b..0000000000
--- a/libraries/cryptopp/cryptopp.pc
+++ /dev/null
@@ -1,13 +0,0 @@
-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}