1 # Contributor: Vamp898 <vamp898@web.de>
3 pkgname=libreoffice-build
7 pkgdesc="LibreOffice is a productivity suite that is compatible with other major office suites, and available on a variety of platforms."
8 url="http://www.documentfoundation.org/"
10 conflicts=('openoffice-base' 'go-openoffice' 'go-oo-bin-base')
11 depends=('gtk2' 'fontconfig' 'libxtst' 'nss' 'libxaw' 'python')
12 makedepends=('gcc' 'git' 'rsync')
13 source=(http://download.documentfoundation.org/libreoffice/src/$pkgname-$pkgver.tar.gz)
18 ./autogen.sh --with-distro=LibreOfficeLinux --with-num-cpus=2
21 bin/ooinstall -l ${pkgdir}
23 md5sums=('0a7fbe8193f9334b068c4fef9a958fc4')