aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/botan.pc.in
blob: 85943ab3f89d95c8d1eee2aa826b64b972968ef3 (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}
Libs.private: %{link_to}
Cflags: -I${includedir}