# Description: Evolution's Backend Server # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: gnome-vfs, libgnome, libsoup, firefox # Group: gnome/desktop name=evolution-data-server version=1.12.2 release=1 source=(http://download.gnome.org/desktop/2.20/2.20.2/sources/$name-$version.tar.bz2) build() { cd $name-$version rm po/*.po sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure --prefix=/usr \ --libexecdir=/usr/lib/$name \ --disable-gtk-doc \ --enable-ipv6=yes \ --enable-nss=yes \ --enable-smime=yes \ --with-nspr-libs=/usr/lib \ --with-nspr-includes=/usr/include/nspr \ --with-nss-includes=/usr/include/nss \ --with-openldap=yes \ --enable-dot-locking=no \ --disable-debug \ --disable-schemas-install make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }