summaryrefslogtreecommitdiffstats
path: root/tcl8.6/unix/tcl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'tcl8.6/unix/tcl.pc.in')
-rw-r--r--tcl8.6/unix/tcl.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/tcl8.6/unix/tcl.pc.in b/tcl8.6/unix/tcl.pc.in
new file mode 100644
index 0000000..846cb11
--- /dev/null
+++ b/tcl8.6/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@@TCL_PATCH_LEVEL@
+Requires.private: zlib >= 1.2.3
+Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@
+Libs.private: @TCL_LIBS@
+Cflags: -I${includedir}