summaryrefslogtreecommitdiffstats
path: root/deps/cryptopp/cryptopp.pc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-09 16:01:35 +0200
committer Eric Hameleers <alien@slackware.com>2019-05-09 16:01:35 +0200
commit885fae025d7557d732eda411f6b7eaf43d3abc53 (patch)
tree4cbc40a1501fa14e7aa1746a30f08dd3e10edfe7 /deps/cryptopp/cryptopp.pc
parent69943897d83f3e147c57039b087059b01727a0f3 (diff)
downloadktown-885fae025d7557d732eda411f6b7eaf43d3abc53.tar.gz
ktown-885fae025d7557d732eda411f6b7eaf43d3abc53.tar.xz
Deps: Update cryfs and its dependency cryptopp
Diffstat (limited to '')
-rw-r--r--deps/cryptopp/cryptopp.pc15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/cryptopp/cryptopp.pc b/deps/cryptopp/cryptopp.pc
deleted file mode 100644
index 14dca21..0000000
--- a/deps/cryptopp/cryptopp.pc
+++ /dev/null
@@ -1,15 +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: @VERSION@
-URL: http://www.cryptopp.com
-Requires:
-Conflicts:
-Libs: -L${libdir} -lcryptopp
-Libs.private:
-Cflags: -I${includedir}
-