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

Thomas Baechler thomas at archlinux.org
Tue Jan 8 08:31:04 UTC 2008


    Date: Tuesday, January 8, 2008 @ 09:31:04
  Author: thomas
    Path: /home/cvs-extra/extra/system/fprint_demo

   Added: PKGBUILD (1.1)

upgpkg: fprint_demo 0.4-1


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


Index: extra/system/fprint_demo/PKGBUILD
diff -u /dev/null extra/system/fprint_demo/PKGBUILD:1.1
--- /dev/null	Tue Jan  8 09:31:04 2008
+++ extra/system/fprint_demo/PKGBUILD	Tue Jan  8 09:31:04 2008
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2008/01/08 08:31:04 thomas Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=fprint_demo
+pkgver=0.4
+pkgrel=1
+pkgdesc="Simple GTK+ application to demonstrate and test libfprint's capabilities"
+arch=('i686' 'x86_64')
+url="http://reactivated.net/fprint/wiki/Main_Page"
+license=('LGPL')
+groups=('fprint')
+depends=('libfprint')
+source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2)
+md5sums=('32e663a938e19801bdd17105d5c4d310')
+
+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