* update pam-u2f to 1.3.0-2
This commit is contained in:
parent
cabe930c5c
commit
482be8985b
@ -1,5 +1,6 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
|
||||
# Maintainer: Robin Candau <antiz@archlinux.org>
|
||||
# Contributor: Maxim Baz <archlinux at maximbaz dot com>
|
||||
# Contributor: Maxime de Roucy <maxime.deroucy@gmail.com>
|
||||
# Contributor: David Manouchehri <manouchehri@riseup.net>
|
||||
# Contributor: Sven Lechner <SirWindfield@users.noreply.github.com>
|
||||
@ -7,11 +8,11 @@
|
||||
pkgname=pam-u2f
|
||||
_name="${pkgname/-/_}"
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
|
||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
||||
url='https://developers.yubico.com/pam-u2f'
|
||||
license=('BSD')
|
||||
pkgrel=2
|
||||
pkgdesc="Universal 2nd Factor (U2F) PAM authentication module from Yubico"
|
||||
url="https://developers.yubico.com/pam-u2f"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('BSD-2-Clause')
|
||||
replaces=("${_name}")
|
||||
depends=('libfido2' 'openssl' 'pam')
|
||||
makedepends=('asciidoc')
|
||||
@ -24,22 +25,20 @@ validpgpkeys=(
|
||||
)
|
||||
|
||||
build() {
|
||||
cd "${_name}-${pkgver}"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-pam-dir=/usr/lib/security
|
||||
make
|
||||
cd "${_name}-${pkgver}"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-pam-dir=/usr/lib/security
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "${_name}-${pkgver}"
|
||||
make check
|
||||
cd "${_name}-${pkgver}"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${_name}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
|
||||
cd "${_name}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
}
|
||||
|
||||
# vim:set ts=4 sw=4 et:
|
||||
|
Loading…
x
Reference in New Issue
Block a user