summaryrefslogtreecommitdiffstats
path: root/unix/tcl.pc.in
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-03-31 15:23:30 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-03-31 15:23:30 (GMT)
commitaf10118709b9837f556df4e817108bf69fdb6b86 (patch)
treebcd4b03a65bb4e7976eb44afc3eb7ba8bac1cafa /unix/tcl.pc.in
parent29f47d09ef4421da52df49e17177444d42cae6b7 (diff)
downloadtcl-af10118709b9837f556df4e817108bf69fdb6b86.zip
tcl-af10118709b9837f556df4e817108bf69fdb6b86.tar.gz
tcl-af10118709b9837f556df4e817108bf69fdb6b86.tar.bz2
Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like info via pkg-config.
Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad])
Diffstat (limited to 'unix/tcl.pc.in')
-rw-r--r--unix/tcl.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
new file mode 100644
index 0000000..6b6fe44
--- /dev/null
+++ b/unix/tcl.pc.in
@@ -0,0 +1,15 @@
+# tcl pkg-config source file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Tool Command Language
+Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
+URL: http://www.tcl.tk/
+Version: @TCL_VERSION@
+Requires:
+Conflicts:
+Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_LIBS@
+Cflags: -I${includedir}