24 lines
902 B
Bash
24 lines
902 B
Bash
# Template file for 'fprintd'
|
|
pkgname=fprintd
|
|
version=0.8.1
|
|
revision=1
|
|
_release_hash=bdd9f91909f535368b7c21f72311704a
|
|
build_style=gnu-configure
|
|
configure_args="--sysconfdir=/etc/${pkgname} --disable-static
|
|
--without-systemdsystemunitdir"
|
|
conf_files="/etc/fprintd/fprintd.conf"
|
|
hostmakedepends="intltool pkg-config"
|
|
makedepends="libfprint-devel dbus-devel dbus-glib-devel polkit-devel pam-devel"
|
|
short_desc="Daemon that provides fingerprint scanning functionality"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.freedesktop.org/wiki/Software/fprint/"
|
|
distfiles="https://gitlab.freedesktop.org/libfprint/fprintd/uploads/${_release_hash}/fprintd-${version}.tar.xz"
|
|
checksum=34e91fdd0e41d1b57d4417c1ab3c43987dc09012772b8bab7ef46dafd3039a88
|
|
lib32disabled=yes
|
|
patch_args="-Np1"
|
|
|
|
post_install() {
|
|
mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/usr/share/dbus-1
|
|
}
|