1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/community/duo_unix/APKBUILD
2022-10-13 06:47:04 +02:00

39 lines
1 KiB
Text

# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Contributor: Kris Reese <ktreese@gmail.com>
# Maintainer: Paul Morgan <jumanjiman@gmail.com>
pkgname=duo_unix
pkgver=1.12.1
pkgrel=0
pkgdesc="Duo two-factor authentication for Unix systems with Pluggable Authentication Modules (PAM)"
url="https://duo.com/docs/duounix"
arch="all"
license="GPL-2.0-only"
depends="openssh openssh-server-pam"
makedepends="openssl-dev>3 linux-pam-dev libtool"
subpackages="$pkgname-doc $pkgname-dev"
source="https://dl.duosecurity.com/duo_unix-$pkgver.tar.gz"
options="suid !check" #make check fails with error: redefinition of 'fopen'
prepare() {
default_prepare
update_config_sub
update_config_guess
}
build() {
./configure \
--build=$CBUILD \
--host=$CTARGET \
--with-pam=/lib/security \
--prefix=/usr
make
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
fe6d60bd33731bccc99f750dc5df62dea79d4e96eabc3274a8f1efceab0a6df354d770ab2f9d9645884dbfd2c944b5af2948aa373bd57985b4aaf56f6ffe91b8 duo_unix-1.12.1.tar.gz
"