Date: Saturday, December 21, 2013 @ 12:59:44
  Author: andrea
Revision: 202291

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kauth/repos/kde-unstable-x86_64/
  kauth/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 202290, kauth/trunk/PKGBUILD)

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

Copied: kauth/repos/kde-unstable-x86_64/PKGBUILD (from rev 202290, 
kauth/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2013-12-21 11:59:44 UTC (rev 202291)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kauth
+pkgver=r5.e40dff1
+pkgrel=1
+pkgdesc='KAuth'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kauth'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt')
+makedepends=('extra-cmake-modules' 'git')
+groups=('kf5')
+source=('git://anongit.kde.org/kauth.git')
+md5sums=('SKIP')
+
+pkgver() {
+  cd kauth
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kauth \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/opt/kf5 \
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF
+#    -DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to