summaryrefslogtreecommitdiffstats
path: root/libraries/cryptopp/cryptopp.pc
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-30 16:23:40 +0100
committer Matteo Bernardini2021-01-30 16:23:40 +0100
commitc92ee29b17ad2239ce11ddd76134b199ef5a3ed2 (patch)
treeed33817b0ffbb52c85efc59a8ff7282182e7c0b5 /libraries/cryptopp/cryptopp.pc
parent2e286279c8e562590897ef95d592f0ce4edbce32 (diff)
downloadslackbuilds-current-20210130.1.tar.gz
20210130.1 global branch merge.current-20210130.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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}