1 # hdw - linux tcltk package
3 # author: hackbard@hackdaworld.dyndns.org
7 # [D] tk8.4.6-src.tar.gz http://puzzle.dl.sourceforge.net/sourceforge/tcl/
8 # [D] tcl8.4.6-src.tar.gz http://puzzle.dl.sourceforge.net/sourceforge/tcl/
17 tar --use-compress-program=gzip -xvf \
18 $hdw_home_dir/download/devel/tcltk/${i}${ver}-src.tar.gz
22 cd tcl$ver/unix && autoconf && cd dltest && autoconf && cd ..
23 ./configure $confopt --enable-gcc --enable-shared
24 make $make_conf && make $install_conf install &&
25 ln -svf tclsh${bin_ver} $prefix/bin/tclsh &&
30 ./configure $confopt --enable-gcc --enable-shared
31 make $make_conf && make $install_conf install &&
32 ln -svf wish${bin_ver} $prefix/bin/wish