mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
b1f6309e06
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
304 B
PkgConfig
13 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}
|