File size: 524 Bytes
2143587 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # tcl pkg-config source file
prefix=/workspace/miniconda3/envs/vpp
exec_prefix=/workspace/miniconda3/envs/vpp
libdir=/workspace/miniconda3/envs/vpp/lib
includedir=${prefix}/include
libfile=libtcl8.6.so
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-lang.org/
Version: 8.6.15
Requires.private: zlib >= 1.2.3
Libs: -L${libdir} -ltcl8.6 -ltclstub8.6
Libs.private: -ldl -lz -lpthread -lm
Cflags: -I${includedir}
|