The AccountsService package provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces based on the usermod(8), useradd(8) and userdel(8) commands.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.20.tar.xz
Download MD5 sum: e48d6ec8aec941d63753c1904dbf75a8
Download size: 324 KB
Estimated disk space required: 12 MB
Estimated build time: 0.3 SBU
libxslt-1.1.26 and polkit-0.105
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/accountsservice
Install AccountsService by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/accountsservice \
--disable-static &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--libexecdir=/usr/lib/accountsservice:
This parameter causes the libexec files to be installed in the
preferred location of /usr/lib/accountsservice instead of /usr/libexec.
--disable-static: This switch prevents
installation of static versions of the libraries.
Last updated on 2012-05-07 22:05:37 +0000