# Description: PIM layer, which provides an asynchronous API to access all kind of PIM data # URL: http://www.akonadi-project.org # Maintainer: Hannes Mayer, kontakt at ecarux dot de # Depends on: automoc4 boost soprano mysql name=akonadi version=1.3.1 release=1 source=(http://download.akonadi-project.org/$name-$version.tar.bz2) build() { cd $name-$version mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON make make DESTDIR=$PKG install }