summaryrefslogtreecommitdiff
path: root/extra/libfprint/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libfprint/PKGBUILD')
-rw-r--r--extra/libfprint/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/extra/libfprint/PKGBUILD b/extra/libfprint/PKGBUILD
deleted file mode 100644
index 23b1900f0..000000000
--- a/extra/libfprint/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 101410 2010-11-29 04:58:17Z allan $
-# Maintainer: Thomas Baechler <thomas@archlinux.org>
-
-pkgname=libfprint
-pkgver=0.0.6
-pkgrel=8
-pkgdesc="Library for fingerprint scanner support in applications"
-arch=('i686' 'x86_64')
-url="http://reactivated.net/fprint/wiki/Main_Page"
-license=('LGPL')
-depends=('libusb-compat' 'imagemagick' 'openssl' 'glib2')
-groups=('fprint')
-options=(!libtool)
-install=fprint.install
-source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2
- 50-fprint.rules)
-md5sums=('4f47b46021b186488b60aaa97f90fe43' '2c4021484509498fb17bdbe0b6d85ebf')
-sha1sums=('430af91efbefeb2b98fe30215fb33051e4f8efc5' '86e7274711226685dabf7d28f4b93dae85ffb29b')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr #--enable-debug-log
- 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"
-}