Date: Wednesday, January 20, 2010 @ 08:24:21 Author: pierre Revision: 64450
upstream update Modified: akonadi/kde-unstable/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-20 13:08:47 UTC (rev 64449) +++ PKGBUILD 2010-01-20 13:24:21 UTC (rev 64450) @@ -3,7 +3,7 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=akonadi -pkgver=1.2.80 +pkgver=1.3.0 pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('pkgconfig' 'cmake' 'automoc4') install=$pkgname.install source=("http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2") -md5sums=('86efecca13035df77d2da534cbd0074e') +md5sums=('45fe59bd301268149cb0313d54a98520') build() { cd ${srcdir} @@ -24,5 +24,9 @@ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON make || return 1 +} + +package() { + cd ${srcdir}/build make DESTDIR=${pkgdir} install }
