we need getopt too
svn path=/nixpkgs/trunk/; revision=4148
This commit is contained in:
parent
218a6386bf
commit
9cf98d31f7
@ -3,8 +3,17 @@ source $stdenv/setup
|
|||||||
configurePhase() {
|
configurePhase() {
|
||||||
cd config_office/;
|
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;
|
./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;
|
configurePhase=configurePhase
|
||||||
|
|
||||||
|
buildPhase() {
|
||||||
|
./bootstrap
|
||||||
|
source LinuxIntelEnv.Set.sh
|
||||||
|
dmake
|
||||||
|
}
|
||||||
|
|
||||||
|
buildPhase=buildPhase
|
||||||
|
|
||||||
genericBuild
|
genericBuild
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, pam, python, tcsh, libxslt, perl, perlArchiveZip, perlCompressZlib, zlib, libjpeg, expat, pkgconfig, freetype, libwpd, libxml2, db4, sablotron, curl, libXaw, fontconfig, libsndfile, neon, bison, flex, zip, gtk, libmspack}:
|
{stdenv, fetchurl, pam, python, tcsh, libxslt, perl, perlArchiveZip, perlCompressZlib, zlib, libjpeg, expat, pkgconfig, freetype, libwpd, libxml2, db4, sablotron, curl, libXaw, fontconfig, libsndfile, neon, bison, flex, zip, gtk, libmspack, getopt}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "openoffice.org-2.0.0";
|
name = "openoffice.org-2.0.0";
|
||||||
@ -7,5 +7,5 @@ stdenv.mkDerivation {
|
|||||||
url = ftp://ftp.nluug.nl/pub/office/openoffice/stable/2.0.0/OOo_2.0.0_src.tar.gz;
|
url = ftp://ftp.nluug.nl/pub/office/openoffice/stable/2.0.0/OOo_2.0.0_src.tar.gz;
|
||||||
md5 = "a68933afc2bf432d11b2043ac99ba0aa";
|
md5 = "a68933afc2bf432d11b2043ac99ba0aa";
|
||||||
};
|
};
|
||||||
buildInputs = [pam python tcsh libxslt perl perlArchiveZip perlCompressZlib zlib libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl libXaw fontconfig libsndfile neon bison flex zip gtk libmspack];
|
buildInputs = [pam python tcsh libxslt perl perlArchiveZip perlCompressZlib zlib libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl libXaw fontconfig libsndfile neon bison flex zip gtk libmspack getopt];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user