void-packages/srcpkgs/fprintd/template

22 lines
825 B
Bash
Raw Normal View History

2014-03-18 00:11:11 +00:00
# Template file for 'fprintd'
pkgname=fprintd
2015-11-10 09:06:31 +00:00
version=0.6.0
revision=1
lib32disabled=yes
2014-03-18 00:11:11 +00:00
build_style=gnu-configure
configure_args="--sysconfdir=/etc/$pkgname --disable-static
2015-07-11 09:26:11 +00:00
--without-systemdsystemunitdir"
conf_files="/etc/fprintd/fprintd.conf /etc/dbus-1/system.d/net.reactivated.Fprint.conf"
short_desc="Daemon that provides fingerprint scanning functionality"
maintainer="Enno Boland <gottox@voidlinux.eu>"
2014-03-18 00:11:11 +00:00
homepage="http://www.freedesktop.org/wiki/Software/fprint/"
hostmakedepends="intltool pkg-config"
2015-07-11 09:26:11 +00:00
makedepends="libfprint-devel dbus-devel dbus-glib-devel polkit-devel pam-devel"
license="GPL-2"
2014-03-18 00:11:11 +00:00
distfiles="http://people.freedesktop.org/~hadess/${pkgname}-${version}.tar.xz"
2015-11-10 09:06:31 +00:00
checksum=3f5462eeb4917d2f74925b904ceb2668c011b732d84fb1c5679f4f9ce9b6c6af
post_install() {
mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/etc
}