nixpkgs/pkgs/applications/office/openoffice/builder.sh
Wouter den Breejen 860a5d0b70 Worked on openoffice (2)
svn path=/nixpkgs/trunk/; revision=8998
2007-07-18 16:45:50 +00:00

24 lines
401 B
Bash

source $stdenv/setup
configurePhase() {
cd config_office/;
./configure --disable-epm --disable-odk --with-java=no --disable-cups --with-system-python \
--disable-mozilla --without-nas --disable-pasf --disable-gnome-vfs \
--with-system-libs;
cd ..
}
configurePhase=configurePhase
buildPhase() {
./bootstrap
source LinuxIntelEnv.Set.sh
dmake
}
buildPhase=buildPhase
genericBuild