summaryrefslogtreecommitdiff
path: root/jimtcl.pc.in
blob: a7e3c03b558e830d0cc7ad5d2c03bf564f840e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: jimtcl
URL: http://jim.tcl.tk/
Description: The Jim Interpreter - A small-footprint implementation of the Tcl programming language.
Version: @VERSION@
Requires: @PKG_CONFIG_REQUIRES@
Libs: -L${libdir} -ljim
Libs.private: @LDLIBS@
Cflags: -I${includedir}