nixpkgs/pkgs/applications/office/openoffice/builder.sh
Armijn Hemel 9d7df2c6ad more dependencies, use a lot of system packages instead of using the tarballs
that are in the OOo2 source dist. It seems the only things missing in the
tarball are a kernel (but it has to be cross platform) and emacs...

Gah, BLOAT!

svn path=/nixpkgs/trunk/; revision=4135
2005-10-25 23:29:16 +00:00

11 lines
241 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;
}
configurePhase=configurePhase;
genericBuild