void-packages/srcpkgs/fprintd/template
2015-11-10 10:06:46 +01:00

22 lines
825 B
Bash

# Template file for 'fprintd'
pkgname=fprintd
version=0.6.0
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--sysconfdir=/etc/$pkgname --disable-static
--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>"
homepage="http://www.freedesktop.org/wiki/Software/fprint/"
hostmakedepends="intltool pkg-config"
makedepends="libfprint-devel dbus-devel dbus-glib-devel polkit-devel pam-devel"
license="GPL-2"
distfiles="http://people.freedesktop.org/~hadess/${pkgname}-${version}.tar.xz"
checksum=3f5462eeb4917d2f74925b904ceb2668c011b732d84fb1c5679f4f9ce9b6c6af
post_install() {
mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/etc
}