summaryrefslogtreecommitdiffstats
path: root/unix/tcl.pc.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-14 17:20:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-14 17:20:24 (GMT)
commitcf3c59ff7d954075f319cb28eb6e6d72c2d455d3 (patch)
treedd80290c310e6a65352d035caab53c966b5a8347 /unix/tcl.pc.in
parentcd22f95d41584006165f126690c1183321de74f8 (diff)
downloadtcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.zip
tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.tar.gz
tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.tar.bz2
Added support for reporting TEA-like info via pkg-config.
Diffstat (limited to 'unix/tcl.pc.in')
-rw-r--r--unix/tcl.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
new file mode 100644
index 0000000..9b090fa
--- /dev/null
+++ b/unix/tcl.pc.in
@@ -0,0 +1,16 @@
+# tcl pkg-config source file
+# $Id: tcl.pc.in,v 1.1 2009/03/14 17:20:24 dkf Exp $
+
+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_LIBS@
+Cflags: -I${includedir}