summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/build-data/botan.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/build-data/botan.pc.in')
-rw-r--r--comm/third_party/botan/src/build-data/botan.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/build-data/botan.pc.in b/comm/third_party/botan/src/build-data/botan.pc.in
new file mode 100644
index 0000000000..7139436f93
--- /dev/null
+++ b/comm/third_party/botan/src/build-data/botan.pc.in
@@ -0,0 +1,12 @@
+prefix=%{prefix}
+exec_prefix=${prefix}
+libdir=%{libdir}
+includedir=${prefix}/include/botan-%{version_major}
+
+Name: Botan
+Description: Crypto and TLS for C++11
+Version: %{version}
+
+Libs: -L${libdir} -l%{libname} %{cxx_abi_flags}
+Libs.private: %{link_to}
+Cflags: -I${includedir}