[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tk/tk.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The Tk toolkit [T] Tcl paired with the Tk toolkit provides the fastest and most powerful [T] way to create GUI applications that run on PCs, Unix, and the Macintosh. [T] Tcl can also be used for a variety of web-related tasks and for creating [T] powerful command languages for applications. [U] https://tcl.sourceforge.net/ [A] University of California, Sun Microsystems, Inc., Scriptics Corporation [M] Rene Rebe [C] extra/development base/x11 [E] opt cups [L] OpenSource [S] Stable [V] 9.0.2 [P] X -----5---9 119.000 [D] c2475bd4905d17c9b38168beced9a5d5584cbbaa2e7976df0cbd53fc tk9.0.2-src.tar.gz http://dl.sourceforge.net/sourceforge/tcl/ ptk() { mm=`echo $ver | cut -d . -f 1-2` ln -vsf $bindir/wish$mm $root$bindir/wish ln -vsf $libdir/libtk$mm.so $root$libdir/libtk.so } hook_add preconf 3 "cd unix" hook_add postinstall 5 ptk