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

Thomas Baechler thomas at archlinux.org
Tue Jan 8 08:26:38 UTC 2008


    Date: Tuesday, January 8, 2008 @ 09:26:38
  Author: thomas
    Path: /home/cvs-extra/extra/system/libfprint

   Added: PKGBUILD (1.1)

upgpkg: libfprint 0.0.5-1


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


Index: extra/system/libfprint/PKGBUILD
diff -u /dev/null extra/system/libfprint/PKGBUILD:1.1
--- /dev/null	Tue Jan  8 09:26:38 2008
+++ extra/system/libfprint/PKGBUILD	Tue Jan  8 09:26:38 2008
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2008/01/08 08:26:38 thomas Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=libfprint
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="library for fingerprint scanner support in applications"
+url="http://reactivated.net/fprint/wiki/Main_Page"
+license=('LGPL')
+groups=('fprint')
+depends=('libusb' 'imagemagick')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2)
+md5sums=('9d1cf2d456c0adf04e950f1c4710e669')
+options=(!libtool)
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr #--enable-debug-log
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+}




More information about the arch-commits mailing list