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)
commitc85fe58264794439fe6057b5d98428a033774bcc (patch)
treebcd4b03a65bb4e7976eb44afc3eb7ba8bac1cafa /unix/tcl.pc.in
parent06f376eefe2af7c3eb3f8131dacd6bc296a2fb71 (diff)
downloadtcl-c85fe58264794439fe6057b5d98428a033774bcc.zip
tcl-c85fe58264794439fe6057b5d98428a033774bcc.tar.gz
tcl-c85fe58264794439fe6057b5d98428a033774bcc.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}