Date: Friday, January 27, 2017 @ 14:37:30
  Author: eworm
Revision: 209242

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

Added:
  libu2f-host/repos/community-testing-i686/
  libu2f-host/repos/community-testing-i686/PKGBUILD
    (from rev 209241, libu2f-host/trunk/PKGBUILD)
  libu2f-host/repos/community-testing-x86_64/
  libu2f-host/repos/community-testing-x86_64/PKGBUILD
    (from rev 209241, libu2f-host/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: libu2f-host/repos/community-testing-i686/PKGBUILD (from rev 209241, 
libu2f-host/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2017-01-27 14:37:30 UTC (rev 209242)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Christian Hesse <m...@eworm.de>
+
+pkgname=libu2f-host
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/libu2f-host'
+license=('BSD')
+depends=('json-c' 'hidapi')
+makedepends=('git' 'help2man' 'gtk-doc' 'gengetopt')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 
<k...@yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3e00c1910de64e2c90f20c05bb468b183ffed05e13cb340442d206014752039d'
+            'SKIP')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+
+       ./configure \
+               --prefix=/usr \
+               --enable-gtk-doc \
+               --with-udevrulesdir=/usr/lib/udev/rules.d/
+       make
+}
+
+
+check() {
+       cd "${pkgname}-${pkgver}"
+
+       make check
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+
+       make DESTDIR="${pkgdir}/" install
+
+       install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Copied: libu2f-host/repos/community-testing-x86_64/PKGBUILD (from rev 209241, 
libu2f-host/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-27 14:37:30 UTC (rev 209242)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Christian Hesse <m...@eworm.de>
+
+pkgname=libu2f-host
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/libu2f-host'
+license=('BSD')
+depends=('json-c' 'hidapi')
+makedepends=('git' 'help2man' 'gtk-doc' 'gengetopt')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 
<k...@yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3e00c1910de64e2c90f20c05bb468b183ffed05e13cb340442d206014752039d'
+            'SKIP')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+
+       ./configure \
+               --prefix=/usr \
+               --enable-gtk-doc \
+               --with-udevrulesdir=/usr/lib/udev/rules.d/
+       make
+}
+
+
+check() {
+       cd "${pkgname}-${pkgver}"
+
+       make check
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+
+       make DESTDIR="${pkgdir}/" install
+
+       install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Reply via email to