2005-10-25 20:01:13 +02:00
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
configurePhase() {
|
|
|
|
cd config_office/;
|
2005-10-26 19:05:32 +02:00
|
|
|
./configure --disable-epm --disable-odk --with-java=no --disable-cups --with-system-libs --with-system-python --disable-mozilla --without-nas --disable-pasf --disable-gnome-vfs;
|
2005-10-26 22:42:12 +02:00
|
|
|
cd ..
|
2005-10-25 20:01:13 +02:00
|
|
|
}
|
|
|
|
|
2005-10-26 22:42:12 +02:00
|
|
|
configurePhase=configurePhase
|
|
|
|
|
|
|
|
buildPhase() {
|
|
|
|
./bootstrap
|
|
|
|
source LinuxIntelEnv.Set.sh
|
|
|
|
dmake
|
|
|
|
}
|
|
|
|
|
|
|
|
buildPhase=buildPhase
|
2005-10-25 20:01:13 +02:00
|
|
|
|
|
|
|
genericBuild
|