1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: tk8.3
Section: libs
Priority: optional
Maintainer: Chris Waters <xtifr@debian.org>
Build-Depends: debhelper (>= 3.0), x-dev | xlibs-dev, libx11-dev | xlibs-dev, libxt-dev | xlibs-dev, tcl8.3-dev (>= 8.3.5)
Standards-Version: 3.5.9
Package: tk8.3
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Recommends: xterm | x-terminal-emulator
Conflicts: tk, tk40 (<= 4.0p3-2)
Provides: wish
Description: Tk toolkit for Tcl and X11, v8.3 - run-time files
Tk is a cross-platform graphical toolkit which provides the Motif
look-and-feel and is implemented using the Tcl scripting language.
This package contains everything you need to run Tk (wish) scripts
and Tk-enabled apps.
.
Homepage: http://www.tcl.tk/
Package: tk8.3-doc
Section: doc
Priority: optional
Architecture: all
Suggests: tk8.3
Conflicts: tk, tk-dev, tk-doc
Provides: tk-doc
Description: Tk toolkit for Tcl and X11, v8.3 - manual pages
Tk is a cross-platform graphical toolkit which provides the Motif
look-and-feel and is implemented using the Tcl scripting language.
This package contains the manual pages for the Tk commands.
.
Homepage: http://www.tcl.tk/
Package: tk8.3-dev
Section: devel
Priority: optional
Architecture: any
Depends: libc6-dev|libc-dev, tcl8.3-dev, x-dev|xlibs-dev, libx11-dev|xlibs-dev, libxt-dev|xlibs-dev, tk8.3 (= ${Source-Version})
Conflicts: tk, tk-dev
Suggests: tk8.3-doc
Description: Tk toolkit for Tcl and X11, v8.3 - development files
Tk is a cross-platform graphical toolkit which provides the Motif
look-and-feel and is implemented using the Tcl scripting language.
This package contains the headers and libraries needed to extend
or embed Tk.
.
Homepage: http://www.tcl.tk/
|