2005-12-05 06:11:09 -08:00
|
|
|
source $stdenv/setup
|
2003-11-05 04:17:48 -08:00
|
|
|
|
2004-04-05 02:34:43 -07:00
|
|
|
preConfigure() {
|
|
|
|
cd build_unix
|
|
|
|
configureScript=../dist/configure
|
|
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
|
|
|
|
postInstall() {
|
|
|
|
rm -rf $out/docs
|
|
|
|
}
|
|
|
|
postInstall=postInstall
|
|
|
|
|
|
|
|
genericBuild
|