mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 09:25:01 -05:00
13 lines
257 B
PkgConfig
13 lines
257 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include/botan-1.10
|
|
|
|
Name: Botan
|
|
Description: Multi-platform C++ crypto library
|
|
Version: 1.10.3
|
|
|
|
Libs: -L${libdir} -lbotan-1.10
|
|
Libs.private: -lpthread
|
|
Cflags: -I${includedir}
|