This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
multipub/.pyenv/lib/pkgconfig/tk.pc

16 lines
510 B
PkgConfig
Raw Normal View History

2019-02-09 02:45:25 -06:00
# tk pkg-config source file
prefix=/Users/shadow8t4/git/MultiPub/.pyenv
exec_prefix=/Users/shadow8t4/git/MultiPub/.pyenv
libdir=/Users/shadow8t4/git/MultiPub/.pyenv/lib
includedir=${prefix}/include
Name: The Tk Toolkit
Description: Tk is a cross-platform graphical user interface toolkit, the standard GUI not only for Tcl, but for many other dynamic languages as well.
URL: http://www.tcl.tk/
Version: 8.6.8
Requires: tcl >= 8.6
Libs: -L${libdir} -ltk8.6 -ltkstub8.6
Libs.private:
Cflags: -I${includedir}