summaryrefslogtreecommitdiffstats
path: root/libraries/cryptopp/cryptopp.pc
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2016-09-15 18:21:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-15 18:27:50 +0700
commitb1f6309e06543df683239371fbfa05d2d6882295 (patch)
tree2ebe88a14174d66b90f1bd37b174b64e7c0430a7 /libraries/cryptopp/cryptopp.pc
parent67bdc4365a7e48a736010891a635dde400185a27 (diff)
downloadslackbuilds-b1f6309e06543df683239371fbfa05d2d6882295.tar.gz
slackbuilds-b1f6309e06543df683239371fbfa05d2d6882295.tar.xz
libraries/cryptopp: Bring back required .pc file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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}