1# tcl pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: Tool Command Language
9Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
10URL: https://www.tcl-tk.org/
11Version: @TCL_VERSION@@TCL_PATCH_LEVEL@
12Requires.private: zlib >= 1.2.3
13Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@
14Libs.private: @TCL_LIBS@
15Cflags: -I${includedir}
16