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