1 # Contributor: Zinchenko Andrij <andrez@greencubator.info>
3 pkgname=koffice-2.3-beta
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/"
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')
15 source=(ftp://ftp.xcp.kiev.ua/ftp.kde.org/unstable/koffice-2.2.91/koffice-2.2.91.tar.bz2)
16 md5sums=(ec3c1cb66552ccd6d6049f58bf3a21db)
20 cd "$srcdir/koffice-$pkgver"
21 [ -d 'build' ] && rm -rf build
24 cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
26 make DESTDIR="$pkgdir/" install || return 1