[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tcl/tcl.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 Tcl scripting language [T] Tcl provides a powerful platform for creating integration [T] applications that tie together diverse applications, protocols, [T] devices, and frameworks. [U] https://tcl.sourceforge.net/ [A] University of California, Sun Microsystems, Inc., Scriptics Corporation [M] Rene Rebe [C] extra/development extra/tool extra/shell [F] CROSS NO-LTO [L] OpenSource [S] Stable [V] 9.0.3 [P] X 0----5---9 119.000 [CV-FLAGS] tcltk [D] ef2821922c64d69fb393cb3ea2aff6630b2f82af22375d85d7c20f14 tcl9.0.3-src.tar.gz http://dl.sourceforge.net/sourceforge/tcl/ srcdir=*/unix atstage cross && hook_add preconf 5 "echo 'ac_cv_func_strtod=yes tcl_cv_strtod_buggy=1' >> config.cache" ptcl() { mm=`echo $ver | cut -d . -f 1-2` ln -vsf tclsh$mm $root$bindir/tclsh ln -vsf libtcl$mm.so $root$libdir/libtcl.so install -m 644 ../generic/tcl{Int,IntDecls,Port,IntPlatDecls}.h $root$includedir/ install -m 644 ../unix/tclUnixPort.h $root$includedir/ } hook_add postmake 5 ptcl var_append makeopt ' ' 'RANLIB=true' # no ranlib on .so files, ...