Date: Saturday, July 14, 2018 @ 15:50:36
  Author: andyrtr
Revision: 328664

archrelease: copy trunk to testing-x86_64

Added:
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
    (from rev 328663, libgpg-error/trunk/PKGBUILD)

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

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 328663, 
libgpg-error/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-07-14 15:50:36 UTC (rev 328664)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: judd <[email protected]>
+
+pkgname=libgpg-error
+pkgver=1.32
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(x86_64)
+url="https://www.gnupg.org";
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+       
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('e310718c7737c816cb1313a2f3baf60fd6a6d5d3'
+          'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
+              '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) <[email protected]>
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Reply via email to