diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-26 09:43:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-26 09:43:48 (GMT) |
commit | 27f09fdb5ced601cb23ffc86b882c29a3ee7dd21 (patch) | |
tree | 244d7c3a827b980cd9e3c012c6edb8dfbcf513ad /unix/tcl.pc.in | |
parent | df727328685d1279729add16629922fdd29d3279 (diff) | |
download | tcl-27f09fdb5ced601cb23ffc86b882c29a3ee7dd21.zip tcl-27f09fdb5ced601cb23ffc86b882c29a3ee7dd21.tar.gz tcl-27f09fdb5ced601cb23ffc86b882c29a3ee7dd21.tar.bz2 |
www.tcl-tk.org -> www.tcl-lang.org
Diffstat (limited to 'unix/tcl.pc.in')
-rw-r--r-- | unix/tcl.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in index 84754c6..93b5e69 100644 --- a/unix/tcl.pc.in +++ b/unix/tcl.pc.in @@ -4,10 +4,11 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +libfile=@TCL_LIB_FILE@ Name: Tool Command Language Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses. -URL: https://www.tcl-tk.org/ +URL: https://www.tcl-lang.org/ Version: @TCL_VERSION@@TCL_PATCH_LEVEL@ Requires.private: zlib >= 1.2.3 Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@ |