[arch-commits] Commit in libfprint/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat Jul 3 20:35:55 UTC 2010


    Date: Saturday, July 3, 2010 @ 16:35:54
  Author: eric
Revision: 84741

upgpkg: libfprint 0.0.6-7
Rebuilt against imagemagick 6.6.2.10, Capitalized description

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-03 20:20:16 UTC (rev 84740)
+++ PKGBUILD	2010-07-03 20:35:54 UTC (rev 84741)
@@ -3,24 +3,28 @@
 
 pkgname=libfprint
 pkgver=0.0.6
-pkgrel=6
-pkgdesc="library for fingerprint scanner support in applications"
+pkgrel=7
+pkgdesc="Library for fingerprint scanner support in applications"
+arch=('i686' 'x86_64')
 url="http://reactivated.net/fprint/wiki/Main_Page"
 license=('LGPL')
+depends=('libusb' 'imagemagick' 'openssl' 'glib2')
 groups=('fprint')
-depends=('libusb' 'imagemagick>=6.4.8.10' 'openssl' 'glib2')
-arch=('i686' 'x86_64')
+options=(!libtool)
 install=fprint.install
 source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2
         50-fprint.rules)
-md5sums=('4f47b46021b186488b60aaa97f90fe43'
-         '2c4021484509498fb17bdbe0b6d85ebf')
-options=(!libtool)
+md5sums=('4f47b46021b186488b60aaa97f90fe43' '2c4021484509498fb17bdbe0b6d85ebf')
+sha1sums=('430af91efbefeb2b98fe30215fb33051e4f8efc5' '86e7274711226685dabf7d28f4b93dae85ffb29b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr #--enable-debug-log
-  make || return 1
-  make DESTDIR="$pkgdir" install || return 1
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
   install -D -m644 "$srcdir/50-fprint.rules" "$pkgdir/lib/udev/rules.d/70-fprint.rules"
 }




More information about the arch-commits mailing list