[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Fri Aug 14 08:01:32 UTC 2015


    Date: Friday, August 14, 2015 @ 10:01:32
  Author: arojas
Revision: 243674

Add kwallet-pam (new plasma package)

Added:
  kwallet-pam/
  kwallet-pam/kde-unstable/
  kwallet-pam/kde-unstable/PKGBUILD

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

Added: kwallet-pam/kde-unstable/PKGBUILD
===================================================================
--- kwallet-pam/kde-unstable/PKGBUILD	                        (rev 0)
+++ kwallet-pam/kde-unstable/PKGBUILD	2015-08-14 08:01:32 UTC (rev 243674)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwallet-pam
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(kwallet)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('c73ba2344ea3c0cedee7082aed0aa94d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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



More information about the arch-commits mailing list