summarylogtreecommitdiffstats
path: root/libcrypto++.pc
diff options
context:
space:
mode:
authorAndrew Sun2018-07-31 08:42:47 -0400
committerAndrew Sun2018-07-31 08:42:47 -0400
commita4941e5139672861421b7694312ce74a5ae079da (patch)
treea27f76fed877babd47b1d45c9c939b3895519ea0 /libcrypto++.pc
downloadaur-a4941e5139672861421b7694312ce74a5ae079da.tar.gz
add mingw-w64-crypto++ (version 7.0.0)
Diffstat (limited to 'libcrypto++.pc')
-rw-r--r--libcrypto++.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcrypto++.pc b/libcrypto++.pc
new file mode 100644
index 000000000000..de20f88115e7
--- /dev/null
+++ b/libcrypto++.pc
@@ -0,0 +1,12 @@
+# Written by Alexander Rødseth <rodseth@gmail.com>
+
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libcrypto++
+Description: Description: Crypto++ cryptographic library
+URL: https://cryptopp.com/
+Version: 7.0.0
+Libs: -L${libdir} -lcryptopp
+Cflags: -I${includedir} \ No newline at end of file