Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
434 B

name=tcl
majver=8.6
version=$majver.3
dlextract "http://prdownloads.sourceforge.net/$name/$name$version-src.tar.gz" \
"db382feca91754b7f93da16dc4cdad1f"
cd "$name$version/unix"
./configure --prefix=/tools
make; make DESTDIR="$dir_install" install install-private-headers
chmod u+w "$dir_install/tools/lib/libtcl$majver.so"
ln -s tclsh$majver "$dir_install/tools/bin/tclsh"
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: