[arch-commits] Commit in libgcrypt15 (5 files)

Maxime Gauduin alucryd at archlinux.org
Sat Oct 1 22:21:40 UTC 2016


    Date: Saturday, October 1, 2016 @ 22:21:40
  Author: alucryd
Revision: 191179

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libgcrypt15/repos/
  libgcrypt15/repos/community-i686/
  libgcrypt15/repos/community-i686/PKGBUILD
    (from rev 191178, libgcrypt15/trunk/PKGBUILD)
  libgcrypt15/repos/community-x86_64/
  libgcrypt15/repos/community-x86_64/PKGBUILD
    (from rev 191178, libgcrypt15/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: libgcrypt15/repos/community-i686/PKGBUILD (from rev 191178, libgcrypt15/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-10-01 22:21:40 UTC (rev 191179)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Llewelyn Trahaearn <woefulderelict at gmail.com>
+# Contributor: TheWaffleGuy <gvxq at hotmail.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libgcrypt15
+pkgver=1.5.6
+pkgrel=1
+pkgdesc='General purpose cryptographic library based on the code from GnuPG'
+arch=('i686' 'x86_64')
+url='http://www.gnupg.org'
+license=('LGPL')
+depends=('glibc' 'libgpg-error')
+replaces=('libgcrypt11')
+source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79'
+            'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd libgcrypt-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-static \
+    --disable-padlock-support
+  make
+}
+
+package() {
+  cd libgcrypt-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share}
+}
+
+# vim: ts=2 sw=2 et:

Copied: libgcrypt15/repos/community-x86_64/PKGBUILD (from rev 191178, libgcrypt15/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-10-01 22:21:40 UTC (rev 191179)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Llewelyn Trahaearn <woefulderelict at gmail.com>
+# Contributor: TheWaffleGuy <gvxq at hotmail.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libgcrypt15
+pkgver=1.5.6
+pkgrel=1
+pkgdesc='General purpose cryptographic library based on the code from GnuPG'
+arch=('i686' 'x86_64')
+url='http://www.gnupg.org'
+license=('LGPL')
+depends=('glibc' 'libgpg-error')
+replaces=('libgcrypt11')
+source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79'
+            'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd libgcrypt-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-static \
+    --disable-padlock-support
+  make
+}
+
+package() {
+  cd libgcrypt-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list