aboutsummaryrefslogtreecommitdiffstats
path: root/data/shiboken.pc.in
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-09-09 18:20:09 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-09-10 11:46:57 -0300
commit76a9acb72693e670b141b2eb57f14cad1d1a1cef (patch)
tree6b4a881c67791b72864d351066e57d0ad2b79a92 /data/shiboken.pc.in
parent167f72f50ea327d2976c29dc526311dae7addf45 (diff)
Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated files to allow multiples version installed simultaneous.sb-0.5.0
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'data/shiboken.pc.in')
-rw-r--r--data/shiboken.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/shiboken.pc.in b/data/shiboken.pc.in
new file mode 100644
index 000000000..ed1cc6c8c
--- /dev/null
+++ b/data/shiboken.pc.in
@@ -0,0 +1,12 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@LIB_INSTALL_DIR@
+includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
+generator_location=@CMAKE_INSTALL_PREFIX@/bin/shiboken
+
+Name: shiboken
+Description: Support library for Python bindings created with Shiboken generator.
+Version: @shiboken_VERSION@
+Libs: -L${libdir} -lpython -lshiboken${shiboken_SUFFIX}
+Cflags: -I${includedir}/shiboken${shiboken_SUFFIX}
+