ZTWHHH's picture
Add files using upload-large-folder tool
dc92276 verified
raw
history blame
463 Bytes
# tk pkg-config source file
prefix=/root/envs/janus
exec_prefix=/root/envs/janus
libdir=/root/envs/janus/lib
includedir=${prefix}/include
Name: The Tk Toolkit
Description: Tk is a cross-platform graphical user interface toolkit, the standard GUI not only for Tcl, but for many other dynamic languages as well.
URL: https://www.tcl-lang.org/
Version: 8.6.14
Requires: tcl >= 8.6
Libs: -L${libdir} -ltk8.6 -ltkstub8.6
Libs.private: -lX11
Cflags: -I${includedir}