16 lines
455 B
PkgConfig
16 lines
455 B
PkgConfig
# 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: https://www.tcl-tk.org/
|
|
Version: @TCL_VERSION@@TCL_PATCH_LEVEL@
|
|
Requires.private: zlib >= 1.2.3
|
|
Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@
|
|
Libs.private: @TCL_LIBS@
|
|
Cflags: -I${includedir}
|