[arch-commits] Commit in yubico-pam/repos (4 files)

Christian Hesse eworm at archlinux.org
Fri Jan 27 14:32:40 UTC 2017


    Date: Friday, January 27, 2017 @ 14:32:39
  Author: eworm
Revision: 209240

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

Added:
  yubico-pam/repos/community-testing-i686/
  yubico-pam/repos/community-testing-i686/PKGBUILD
    (from rev 209239, yubico-pam/trunk/PKGBUILD)
  yubico-pam/repos/community-testing-x86_64/
  yubico-pam/repos/community-testing-x86_64/PKGBUILD
    (from rev 209239, yubico-pam/trunk/PKGBUILD)

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

Copied: yubico-pam/repos/community-testing-i686/PKGBUILD (from rev 209239, yubico-pam/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-01-27 14:32:39 UTC (rev 209240)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubico-pam
+_shortname=pam_yubico
+pkgver=2.24
+pkgrel=2
+pkgdesc='Yubico YubiKey PAM module'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+makedepends=('git' 'asciidoc')
+checkdepends=('perl-net-ldap-server')
+provides=("${_shortname}")
+conflicts=("${_shortname}")
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('0326ff676e2b32ed1dda7fb5f1358a22d629d71caad8f8db52138bbf3e95e82d'
+            'SKIP')
+
+build() {
+	cd "${_shortname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr
+	make
+}
+
+check() {
+	cd "${_shortname}-${pkgver}"
+
+	make check
+}
+
+package() {
+	cd "${_shortname}-${pkgver}"
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
+	make DESTDIR="${pkgdir}/" install
+}
+

Copied: yubico-pam/repos/community-testing-x86_64/PKGBUILD (from rev 209239, yubico-pam/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-01-27 14:32:39 UTC (rev 209240)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=yubico-pam
+_shortname=pam_yubico
+pkgver=2.24
+pkgrel=2
+pkgdesc='Yubico YubiKey PAM module'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+makedepends=('git' 'asciidoc')
+checkdepends=('perl-net-ldap-server')
+provides=("${_shortname}")
+conflicts=("${_shortname}")
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('0326ff676e2b32ed1dda7fb5f1358a22d629d71caad8f8db52138bbf3e95e82d'
+            'SKIP')
+
+build() {
+	cd "${_shortname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr
+	make
+}
+
+check() {
+	cd "${_shortname}-${pkgver}"
+
+	make check
+}
+
+package() {
+	cd "${_shortname}-${pkgver}"
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
+	install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
+	make DESTDIR="${pkgdir}/" install
+}
+



More information about the arch-commits mailing list