summaryrefslogtreecommitdiff
path: root/kde-unstable/akonadi/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-29 13:19:16 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-29 13:19:16 -0300
commitc38ea439c0779806288a1fa5bc6801c350623c6a (patch)
treed218ae62eaea36dd0ee4f545eb8bb09d4227c437 /kde-unstable/akonadi/PKGBUILD
parent629b4bffc68b6a0cd11dadd5a5e7a5609c1d28ce (diff)
Removed evil trees
Diffstat (limited to 'kde-unstable/akonadi/PKGBUILD')
-rw-r--r--kde-unstable/akonadi/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-unstable/akonadi/PKGBUILD b/kde-unstable/akonadi/PKGBUILD
deleted file mode 100644
index c19e6d4ce..000000000
--- a/kde-unstable/akonadi/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 125234 2011-05-25 19:13:14Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Pierre Schmitz <pierre@archlinux.de>
-
-pkgname=akonadi
-pkgver=1.5.80
-pkgrel=2
-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.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('3ea38477473ee27257b9a6d0504889ec')
-
-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
-}