[arch-commits] Commit in (4 files)
Andrea Scarpino
andrea at archlinux.org
Fri May 25 18:25:33 UTC 2012
Date: Friday, May 25, 2012 @ 14:25:32
Author: andrea
Revision: 159515
New kdepim-runtime dependence
Added:
libkgoogle/
libkgoogle/repos/
libkgoogle/trunk/
libkgoogle/trunk/PKGBUILD
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Added: libkgoogle/trunk/PKGBUILD
===================================================================
--- libkgoogle/trunk/PKGBUILD (rev 0)
+++ libkgoogle/trunk/PKGBUILD 2012-05-25 18:25:32 UTC (rev 159515)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgoogle
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their public API"
+url='https://projects.kde.org/projects/kdereview/libkgoogle'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google')
+conflicts=('akonadi-google')
+source=("http://www.progdan.cz/wp-content/uploads/akonadi-google-${pkgver}.tar.gz")
+md5sums=('fed8d9082547835ab916edd219831cf6')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../akonadi-google-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: libkgoogle/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list