libfprint: imported as dep of fingerprint-gui

This commit is contained in:
gnastyle 2016-07-31 12:30:07 +02:00
parent ef0e1b2fab
commit d6e0b6ad9e

23
libfprint/PKGBUILD Normal file
View File

@ -0,0 +1,23 @@
pkgname=libfprint
pkgver=0.6.0
pkgrel=1
pkgdesc="Library for fingerprint readers"
arch=('x86_64')
url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
license=(LGPL)
depends=('libusb' 'nss' 'pixman')
groups=('fprint')
options=(!emptydirs)
source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
sha1sums=('4e3fff6b1e9a9e4ddd46c7d89d13413fdbf385b2')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --disable-static
make
}
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}