tcl at [3f2cfe4d81]

File pkgs/tcl artifact 4e6f6630aa part of check-in 3f2cfe4d81


#! /usr/bin/env bash

version='8.6.9'
url="http://sourceforge.net/projects/tcl/files/Tcl/${version}/tcl${version}-src.tar.gz"
domain=core.appfs.rkeene.org
sha256='ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e'
require=(zlib)

function preconfigure() {
	cd unix
}

function postinstall() {
	cd ..
}