[arch-commits] Commit in (4 files)

Thomas Bächler thomas at archlinux.org
Sun May 10 17:32:03 UTC 2009


    Date: Sunday, May 10, 2009 @ 13:32:03
  Author: thomas
Revision: 38887

This adds the gnupg plugin for qca, which is used by Psi for PGP encryption over Jabber
There is a problem with depends: It only needs qca, but to actually work on runtime, it 
wants either gnupg or gnupg2. I'd leave the deps as they are (only qca) as everyone using
this will probably have gnupg installed already.

Added:
  qca-gnupg/
  qca-gnupg/repos/
  qca-gnupg/trunk/
  qca-gnupg/trunk/PKGBUILD

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

Added: qca-gnupg/trunk/PKGBUILD
===================================================================
--- qca-gnupg/trunk/PKGBUILD	                        (rev 0)
+++ qca-gnupg/trunk/PKGBUILD	2009-05-10 17:32:03 UTC (rev 38887)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=qca-gnupg
+pkgver=2.0.0
+_pkgver=2.0.0-beta3
+pkgrel=1
+pkgdesc="Qt Cryptographic Architecture"
+arch=('i686' 'x86_64')
+url="http://delta.affinix.com/qca/"
+license=('LGPL')
+depends=('qca')
+source=("http://delta.affinix.com/download/qca/2.0/plugins/${pkgname}-${_pkgver}.tar.bz2")
+md5sums=('9b4d020efd835a52d98b2ced9ae79c4b')
+
+build() {
+	cd $srcdir/${pkgname}-${_pkgver}
+	./configure \
+		--release \
+		--no-separate-debug-info
+	make || return 1
+	make INSTALL_ROOT=$pkgdir install
+}




More information about the arch-commits mailing list