15 lines
294 B
PkgConfig
15 lines
294 B
PkgConfig
prefix=/usr
|
|
exec_prefix=/usr
|
|
libdir=/usr/lib
|
|
includedir=/usr/include
|
|
|
|
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}/cryptopp/
|