summaryrefslogtreecommitdiffstats
path: root/unix/tcl.pc.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-03-31 15:23:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-03-31 15:23:30 (GMT)
commitf9c41b4bcc7129dfa33cdce63afc8e6a29f130a9 (patch)
treebcd4b03a65bb4e7976eb44afc3eb7ba8bac1cafa /unix/tcl.pc.in
parent2a5a3323cb1ca687feb5548200410385661b35e9 (diff)
downloadtcl-f9c41b4bcc7129dfa33cdce63afc8e6a29f130a9.zip
tcl-f9c41b4bcc7129dfa33cdce63afc8e6a29f130a9.tar.gz
tcl-f9c41b4bcc7129dfa33cdce63afc8e6a29f130a9.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}