summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2021-03-15 22:15:33 +0200
committerMantas Mikulėnas2021-03-15 22:15:33 +0200
commit697d79a26a20c15d4c77d26d55127540c7f83d27 (patch)
tree7ed810345bc26614c3da9eed98e95cc09ec2e9b9 /PKGBUILD
parent0a799e9da26c505d87537d8818d97e875d6ee718 (diff)
downloadaur-pamtester.tar.gz
update autotools build files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba8a0229803a..5eda8a607e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
pkgname=pamtester
pkgver=0.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="Tiny program to test the pluggable authentication modules (PAM) facility"
arch=(i686 x86_64 armv7h aarch64)
url="http://pamtester.sourceforge.net/"
@@ -10,6 +10,11 @@ depends=(pam)
source=("http://sourceforge.net/projects/pamtester/files/pamtester/$pkgver/pamtester-$pkgver.tar.gz")
sha256sums=('83633d0e8a4f35810456d9d52261c8ae0beb9148276847cae8963505240fb2d5')
+prepare() {
+ cd "$pkgname-$pkgver"
+ autoreconf -fi
+}
+
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --mandir=/usr/share/man