[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Oct 27 13:30:06 UTC 2013


    Date: Sunday, October 27, 2013 @ 14:30:06
  Author: andrea
Revision: 197591

ktp-common-internals dep

Added:
  libkpeople/
  libkpeople/repos/
  libkpeople/trunk/
  libkpeople/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: libkpeople/trunk/PKGBUILD
===================================================================
--- libkpeople/trunk/PKGBUILD	                        (rev 0)
+++ libkpeople/trunk/PKGBUILD	2013-10-27 13:30:06 UTC (rev 197591)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=libkpeople
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="A contact aggregation library for KDE"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KTp/libkpeople'
+license=('LGPL')
+depends=('nepomuk-core')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('3d5401b90eabbf6c230ba4b56d527c67')
+
+package() {
+  mkdir build
+}
+
+build() {
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="${pkgdir}/" install
+}


Property changes on: libkpeople/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list