eth0s/toolchain/08-tcl

15 lines
289 B
Text
Executable file

name=tcl
version=8.6.9
source=(https://downloads.sourceforge.net/tcl/tcl$version-src.tar.gz)
build() {
cd ${name}${version}
cd unix
./configure --prefix=/tools
make
make install
chmod -v u+w /tools/lib/libtcl8.6.so
make install-private-headers
ln -sv tclsh8.6 /tools/bin/tclsh
}