void-packages/srcpkgs/accountsservice/template

25 lines
1001 B
Plaintext
Raw Normal View History

# Template file for 'accountsservice'
pkgname=accountsservice
2012-11-22 09:06:53 +01:00
version=0.6.29
revision=2
build_style=gnu-configure
2012-11-17 10:27:28 +01:00
configure_args="--disable-static
--with-systemdsystemunitdir=/usr/lib/systemd/system"
makedepends="pkg-config intltool gobject-introspection polkit-devel
systemd-devel"
subpackages="$pkgname-devel"
short_desc="D-Bus interfaces for querying and manipulating user account information"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-09-30 11:36:49 +02:00
homepage="http://cgit.freedesktop.org/accountsservice/"
license="GPL-3"
2012-07-10 09:17:25 +02:00
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
2012-11-22 09:06:53 +01:00
checksum=67d97e05a4c3c6f2f44a6d6cd3391ae6decce1296eb9ab918ac2899fab7f62cc
long_desc="
The accountsservice project provides a set of D-Bus interfaces for
querying and manipulating user account information and an implementation
of these interfaces, based on the useradd, usermod and userdel commands."
2012-09-28 17:56:19 +02:00
make_dirs="
/var/lib/AccountsService/users 755 root root
/var/lib/AccountsService/icons 755 root root"