1 ## Contributor: quantax -- contact via Arch Linux forum or AUR
2 ## Contributor: Michal Krenek <mikos@sg1.cz>
7 pkgdesc="Automated blacklisting on repeated failed authentication attempts"
9 url="http://pam-abl.deksai.com/"
12 source=(http://downloads.sourceforge.net/pam-abl/pam-abl-$pkgver.tar.bz2)
13 md5sums=('2bb272d2721e15538e085b2a3fe30e4c')
16 cd "$srcdir/pam-abl-$pkgver"
18 ./configure --prefix=/usr --with-pam-dir=/lib/security
20 make install DESTDIR="$pkgdir/"
21 install --mode=0644 -D -- COPYING \
22 "$pkgdir/usr/share/licenses/$pkgname/COPYING"