2005-11-22 13:05:18 +01:00
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
preConfigure() {
|
|
|
|
cd unix
|
|
|
|
}
|
|
|
|
|
|
|
|
preConfigure=preConfigure
|
|
|
|
|
2006-07-22 11:11:05 +02:00
|
|
|
postInstall() {
|
2006-07-22 11:57:01 +02:00
|
|
|
make install-private-headers
|
2006-07-22 11:11:05 +02:00
|
|
|
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
|
|
|
|
}
|
|
|
|
|
|
|
|
postInstall=postInstall
|
|
|
|
|
2005-11-22 13:05:18 +01:00
|
|
|
genericBuild
|