summaryrefslogtreecommitdiff
path: root/extra/pam_fprint/PKGBUILD
blob: 7d391ed1176c17e8f0ee4ea3ef208b510b4baea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 69402 2010-02-20 12:43:15Z allan $
# Maintainer: Thomas Baechler <thomas@archlinux.org>

pkgname=pam_fprint
pkgver=0.2
pkgrel=2
pkgdesc="pam module for fingerprint authentication"
arch=('i686' 'x86_64')
url="http://reactivated.net/fprint/wiki/Main_Page"
license=('LGPL')
groups=('fprint')
depends=('libfprint' 'pam')
source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2)
md5sums=('abfb041ed856aaac5c5c416973451226 ')

build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$pkgdir install
}