-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtcl.pc
15 lines (13 loc) · 789 Bytes
/
tcl.pc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# tcl pkg-config source file
prefix=/tmp/ActiveState------------------------------------------please-run-the-install-script-----------------------------------------
exec_prefix=/tmp/ActiveState------------------------------------------please-run-the-install-script-----------------------------------------
libdir=/tmp/ActiveState------------------------------------------please-run-the-install-script-----------------------------------------/lib
includedir=${prefix}/include
Name: Tool Command Language
Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
URL: http://www.tcl.tk/
Version: 8.6.9
Requires.private: zlib >= 1.2.3
Libs: -L${libdir} -ltcl8.6 -ltclstub8.6
Libs.private: -ldl -lz -lpthread -lm
Cflags: -I${includedir}