mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-31 03:50:15 -07:00
15 lines
415 B
PkgConfig
15 lines
415 B
PkgConfig
# tcl pkg-config source file
|
|
|
|
prefix=/usr
|
|
exec_prefix=/usr
|
|
libdir=/usr/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.10
|
|
Requires.private: zlib >= 1.2.3
|
|
Libs: -L${libdir} -ltcl8.6 -ltclstub8.6
|
|
Libs.private: -ldl -lz -lpthread
|
|
Cflags: -I${includedir}
|