updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / libreoffice-build / PKGBUILD
blobb91a99cb0b041c293f98b541f73e90cf9506606b
1 # Contributor: Vamp898 <vamp898@web.de>
3 pkgname=libreoffice-build
4 pkgver=3.2.99.3
5 pkgrel=1
6 arch=('i686' 'x86_64')
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/"
9 license="LGPL"
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)
15 build() {
16         cd ${srcdir}
17         cd $pkgname-$pkgver
18         ./autogen.sh --with-distro=LibreOfficeLinux --with-num-cpus=2
19         ./download
20         make
21         bin/ooinstall -l ${pkgdir}
23 md5sums=('0a7fbe8193f9334b068c4fef9a958fc4')