updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / koffice-2.3-beta / PKGBUILD
blob97badee10f63fb25cef7c8ab9af57d9eea4538b9
1 # Contributor:  Zinchenko Andrij <andrez@greencubator.info>
3 pkgname=koffice-2.3-beta
4 pkgver=2.2.91
5 pkgrel=1
6 pkgdesc="The 2.3 RC1 version of the free, integrated office suite for KDE, the K Desktop Environment"
7 url="http://www.koffice.org/"
8 arch=('i686' 'x86_64')
9 license=('GPL' 'LGPL' 'FDL')
10 depends=('kdebase-runtime' 'kdepimlibs' 'glew' 'exiv2>=0.18' 'libwpd' 'gsl' 'wv2' 'qca' 'poppler-qt' 'qimageblitz' 'lcms' 'xdg-utils' 'shared-mime-info' 'pstoedit' 'graphicsmagick' 'docbook-xml')
11 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'eigen')
12 conflicts=('koffice')
13 provides=('koffice')
15 source=(ftp://ftp.xcp.kiev.ua/ftp.kde.org/unstable/koffice-2.2.91/koffice-2.2.91.tar.bz2)
16 md5sums=(ec3c1cb66552ccd6d6049f58bf3a21db)
18 build() {
19         
20         cd "$srcdir/koffice-$pkgver"
21         [ -d 'build' ] &&  rm -rf build
22         mkdir build
23         cd build
24         cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
25         make || return 1
26         make DESTDIR="$pkgdir/" install || return 1