void-packages/srcpkgs/accountsservice/template

33 lines
1.1 KiB
Plaintext
Raw Normal View History

# Template file for 'accountsservice'
pkgname=accountsservice
2011-09-30 11:36:49 +02:00
version=0.6.14
2011-10-11 04:40:27 +02:00
revision=3
2011-09-30 11:36:49 +02:00
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
build_style=gnu_configure
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
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"
checksum=fcf26f5198521392f11078a9177e430e0ca09bd6bc481b106fc0cbbc586bfd64
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."
keep_empty_dirs=yes
2011-10-11 04:40:27 +02:00
systemd_services="accounts-daemon.service"
subpackages="$pkgname-devel"
2011-10-11 04:40:27 +02:00
Add_dependency run glibc
Add_dependency run glib
Add_dependency run dbus-libs
Add_dependency run dbus-glib
Add_dependency run polkit
Add_dependency build pkg-config
Add_dependency build intltool
2011-09-30 11:36:49 +02:00
Add_dependency build gobject-introspection
Add_dependency build dbus-glib-devel
Add_dependency build polkit-devel