summaryrefslogtreecommitdiffstats
path: root/libraries/cryptopp/cryptopp.pc
blob: 45d65d071be380d6e0616e39b811831c04e650a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}