2005-10-25 11:01:13 -07:00
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
configurePhase() {
|
|
|
|
cd config_office/;
|
2005-10-26 10:05:32 -07: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 13:42:12 -07:00
|
|
|
cd ..
|
2005-10-25 11:01:13 -07:00
|
|
|
}
|
|
|
|
|
2005-10-26 13:42:12 -07:00
|
|
|
configurePhase=configurePhase
|
|
|
|
|
|
|
|
buildPhase() {
|
|
|
|
./bootstrap
|
|
|
|
source LinuxIntelEnv.Set.sh
|
|
|
|
dmake
|
|
|
|
}
|
|
|
|
|
|
|
|
buildPhase=buildPhase
|
2005-10-25 11:01:13 -07:00
|
|
|
|
|
|
|
genericBuild
|