15 lines
309 B
PkgConfig
15 lines
309 B
PkgConfig
prefix=${TRUEPREFIX}
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Crypto++
|
|
Description: A free C++ class library of cryptographic schemes
|
|
Version: 5.6.5
|
|
URL: http://www.cryptopp.com
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lcryptopp
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|