From c38ea439c0779806288a1fa5bc6801c350623c6a Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Sun, 29 May 2011 13:19:16 -0300 Subject: Removed evil trees --- kde-unstable/akonadi/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 kde-unstable/akonadi/PKGBUILD (limited to 'kde-unstable/akonadi/PKGBUILD') 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 -# Contributor: Pierre Schmitz - -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 -} -- cgit v1.2.3-54-g00ecf