nixpkgs/pkgs/applications/office/openoffice/builder.sh
Armijn Hemel 9cf98d31f7 we need getopt too
svn path=/nixpkgs/trunk/; revision=4148
2005-10-26 20:42:12 +00:00

20 lines
391 B
Bash

source $stdenv/setup
configurePhase() {
cd config_office/;
./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;
cd ..
}
configurePhase=configurePhase
buildPhase() {
./bootstrap
source LinuxIntelEnv.Set.sh
dmake
}
buildPhase=buildPhase
genericBuild