[arch-commits] Commit in kdepimlibs/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Tue Dec 2 00:07:19 UTC 2008


    Date: Monday, December 1, 2008 @ 19:07:19
  Author: pierre
Revision: 20273

initial commit of kde-unstable

Added:
  kdepimlibs/repos/kde-unstable-i686/
  kdepimlibs/repos/kde-unstable-x86_64/
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD

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

Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2008-12-02 00:07:19 UTC (rev 20273)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepimlibs
+pkgver=4.1.81
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+groups=('kde')
+depends=('kdelibs' 'akonadi' 'gpgme' 'libical')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('c9ba90ededf73b84f65575db0e84ca5b')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list