14 lines
304 B
PkgConfig
14 lines
304 B
PkgConfig
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}
|