diff options
Diffstat (limited to 'unix/tcl.pc.in')
-rw-r--r-- | unix/tcl.pc.in | 15 |
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..8bf67cd --- /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_LIBS@ +Cflags: -I${includedir} |