# -*- mode: python -*- import os # information about cvs server cvsroots['gnome.org'] = ':pserver:anonymous@anoncvs.gnome.org:/cvs/gnome' # modules to build (deps are also built) moduleset = 'gnome26' modules = ['evolution' ] skip = [ 'mozilla' ] # where the sources are checked out to checkoutroot = os.path.join(os.environ['HOME'], 'src', 'jhbuild-evo') # the prefix to install things to (user must have write access) prefix = os.path.join(os.environ['HOME'], 'src', 'jhbuild-evo', 'install') # arguments to pass to autogen script autogenargs='--enable-maintainer-mode --disable-static --disable-gtk-doc' installprog = os.path.join(os.environ['HOME'], 'bin', 'install-check')