summaryrefslogtreecommitdiff
path: root/extra/libfprint
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-12 00:01:12 +0000
committerroot <root@rshg054.dnsready.net>2012-04-12 00:01:12 +0000
commitab7a55e53fc209fd3cf355db3dc0d9b5a6685298 (patch)
treeb5d6947959dbeee822a6582493d6cef36fd126d4 /extra/libfprint
parent8119da2eaadf53531cad2aed70981ed4606340d6 (diff)
Thu Apr 12 00:01:12 UTC 2012
Diffstat (limited to 'extra/libfprint')
-rw-r--r--extra/libfprint/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/libfprint/PKGBUILD b/extra/libfprint/PKGBUILD
index b5b2ab225..a1e059763 100644
--- a/extra/libfprint/PKGBUILD
+++ b/extra/libfprint/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 142730 2011-11-14 08:43:18Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+# $Id: PKGBUILD 155974 2012-04-10 15:42:33Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgname=libfprint
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Library for fingerprint readers"
arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
@@ -12,9 +13,8 @@ license=(LGPL)
depends=(libusb nss gdk-pixbuf2)
groups=(fprint)
options=(!libtool !emptydirs)
-_snap=$pkgname-48ec64f68330452b011d14be67653f1d48fb1405
+_snap=$pkgname-dfff16f3e32519ad071bdb1233c75bfe3ffa5557
source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
-md5sums=('858a0f0d7abd21ac494f9bec904dc156')
build() {
cd "$srcdir/$_snap"
@@ -27,7 +27,5 @@ build() {
package() {
cd "$srcdir/$_snap"
make DESTDIR="$pkgdir" install
-
- mkdir -p "$pkgdir/lib/udev/rules.d"
- mv "$pkgdir"/etc/udev/rules.d/* "$pkgdir/lib/udev/rules.d/"
}
+md5sums=('aa2fb6b90cf8c53aebd1f0e656dd70c1')