[arch-commits] CVS update of extra/system/pam_fprint (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Tue Jan 8 08:33:58 UTC 2008


    Date: Tuesday, January 8, 2008 @ 09:33:58
  Author: thomas
    Path: /home/cvs-extra/extra/system/pam_fprint

   Added: PKGBUILD (1.1)

upgpkg: pam_fprint 0.2-1


----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)


Index: extra/system/pam_fprint/PKGBUILD
diff -u /dev/null extra/system/pam_fprint/PKGBUILD:1.1
--- /dev/null	Tue Jan  8 09:33:58 2008
+++ extra/system/pam_fprint/PKGBUILD	Tue Jan  8 09:33:58 2008
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2008/01/08 08:33:58 thomas Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=pam_fprint
+pkgver=0.2
+pkgrel=1
+pkgdesc="pam module for fingerprint authentication"
+arch=('i686' 'x86_64')
+url="http://reactivated.net/fprint/wiki/Main_Page"
+groups=('fprint')
+license=('LGPL')
+depends=('libfprint' 'pam')
+source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2)
+md5sums=('abfb041ed856aaac5c5c416973451226 ')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+}




More information about the arch-commits mailing list