File: tcl.pc.in

package info (click to toggle)
tcl8.5 8.5.17-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 28,284 kB
  • ctags: 13,477
  • sloc: ansic: 139,321; tcl: 15,304; sh: 3,169; makefile: 1,999; yacc: 907
file content (14 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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@@TCL_PATCH_LEVEL@
Libs: -L${libdir} @TCL_LIB_FLAG@
Libs.private: @TCL_LIBS@
Cflags: -I${includedir}