From f46e734fbcd0b4cbae2cff1a017b95e4e8e02d53 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jun 2012 00:01:51 +0000 Subject: Wed Jun 13 00:01:51 UTC 2012 --- kde-unstable/akonadi/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 kde-unstable/akonadi/PKGBUILD (limited to 'kde-unstable/akonadi/PKGBUILD') diff --git a/kde-unstable/akonadi/PKGBUILD b/kde-unstable/akonadi/PKGBUILD new file mode 100644 index 000000000..3c9a18e81 --- /dev/null +++ b/kde-unstable/akonadi/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 161492 2012-06-11 21:12:03Z andrea $ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgname=akonadi +pkgver=1.7.90 +pkgrel=1 +pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" +arch=('i686' 'x86_64') +url='http://pim.kde.org/akonadi' +license=('LGPL') +depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost') +install="${pkgname}.install" +source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('573c1750c9ebb1f70ad39109f518c915') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE + make +} + +package() { + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf