The udisks package is a daemon that provide interfaces to obtain information and perform operations on storage devices.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://hal.freedesktop.org/releases/udisks-1.0.1.tar.gz
Download MD5 sum: 3654d994eb43b80c8c2d04fe03da30c4
Download size: 698 MB
Estimated disk space required: 10 MB
Estimated build time: 0.2 SBU
D-Bus GLib Bindings-0.98, libatasmart-0.17, Parted-3.0 (with device-mapper-1.02.67), polkit-0.102, sg3_utils-1.29, and udev-Installed LFS Version (gudev)
GTK-Doc-1.18 and sudo-1.8.2 (to run the test)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/udisks
Install udisks by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/udisks \ --localstatedir=/var && make
To test the results, issue: make check.
Now, as the root
user:
make install
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2011-11-08 16:57:34 +0000