summaryrefslogtreecommitdiff
path: root/extra/libfprint
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-24 14:34:05 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-24 14:34:05 +0100
commitee6ba8d4dcf31aa630641953009a27b3fd700faa (patch)
treee0b23465af10683570926837a56ade01adc17307 /extra/libfprint
parentd090dd0cd7b9488aebc92281720a0c5804950f32 (diff)
parentc65624e6d74bffd70dcd67cc28448b5a50596efb (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/ecryptfs-utils/PKGBUILD community/pylibacl/PKGBUILD extra/kwebkitpart/PKGBUILD extra/php/PKGBUILD extra/qhull/PKGBUILD kde-unstable/kdegames-kigo/PKGBUILD kde-unstable/kdeutils-print-manager/PKGBUILD
Diffstat (limited to 'extra/libfprint')
-rw-r--r--extra/libfprint/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/libfprint/PKGBUILD b/extra/libfprint/PKGBUILD
index 7eec16063..379c38f1d 100644
--- a/extra/libfprint/PKGBUILD
+++ b/extra/libfprint/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 155974 2012-04-10 15:42:33Z tomegun $
+# $Id: PKGBUILD 171907 2012-11-23 08:19:21Z 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=3
+pkgrel=4
pkgdesc="Library for fingerprint readers"
arch=(i686 x86_64 mips64el)
url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
@@ -13,13 +13,12 @@ license=(LGPL)
depends=(libusb nss gdk-pixbuf2)
groups=(fprint)
options=(!libtool !emptydirs)
-_snap=$pkgname-dfff16f3e32519ad071bdb1233c75bfe3ffa5557
+_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
build() {
cd "$srcdir/$_snap"
- sed -i '\|^./configure|,+1d' autogen.sh
- ./autogen.sh
+ NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --disable-static
make
}
@@ -28,4 +27,4 @@ package() {
cd "$srcdir/$_snap"
make DESTDIR="$pkgdir" install
}
-md5sums=('aa2fb6b90cf8c53aebd1f0e656dd70c1')
+md5sums=('2695b689910146b753111d48d8a6cb1c')