summaryrefslogtreecommitdiffstats
path: root/unix/tcl.pc.in
blob: 8bf67cd9ff2b8f5e0d31b4969fde941a9f184692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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: http://www.tcl.tk/
Version: @TCL_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @TCL_LIBS@
Cflags: -I${includedir}