# Depends on: xmlto libxslt polkit gobject-introspection vala

description="Accessing the list of user accounts and information attached to those accounts." 
url="http://www.freedesktop.org/wiki/Software/AccountsService/"
packager="pierre at nutyx dot org"

name=accountsservice
version=0.6.42
release=1

source=(http://www.freedesktop.org/software/$name/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/accountsservice \
--disable-static
make
make DESTDIR=$PKG install
mkdir -p $PKG/var/{lib,run}/polkit-1
}
