[arch-commits] Commit in libassuan/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Thu Dec 13 20:59:03 UTC 2018


    Date: Thursday, December 13, 2018 @ 20:59:02
  Author: bisson
Revision: 342093

archrelease: copy trunk to testing-x86_64

Added:
  libassuan/repos/testing-x86_64/
  libassuan/repos/testing-x86_64/PKGBUILD
    (from rev 342092, libassuan/trunk/PKGBUILD)

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

Copied: libassuan/repos/testing-x86_64/PKGBUILD (from rev 342092, libassuan/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-12-13 20:59:02 UTC (rev 342093)
@@ -0,0 +1,31 @@
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=libassuan
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('986b1bf277e375f7a960450fbb8ffbd45294d06598916ad4ebf79aee0cb788e7'
+            'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list