OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.12 / unix / tcl.pc.in
1 # tcl pkg-config source file
2
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
7
8 Name: Tool Command Language
9 Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
10 URL: https://www.tcl-tk.org/
11 Version: @TCL_VERSION@@TCL_PATCH_LEVEL@
12 Requires.private: zlib >= 1.2.3
13 Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@
14 Libs.private: @TCL_LIBS@
15 Cflags: -I${includedir}