aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/botan/src/build-data/botan.pc.in
blob: e19f0efed1676f92efe474ee8a8ed18ae00162ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=%{prefix}
exec_prefix=${prefix}
libdir=${prefix}/%{libdir}
includedir=${prefix}/include/botan-%{version_major}

Name: Botan
Description: Crypto and TLS for C++11
Version: %{version}

Libs: -L${libdir} -lbotan-%{version_major} %{cxx_abi_flags}
Libs.private: %{link_to}
Cflags: -I${includedir}