The UDisks package provides a daemon, tools and libraries to access and manipulate disks and storage devices.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://udisks.freedesktop.org/releases/udisks-2.1.2.tar.bz2
Download MD5 sum: bc5c4dc209f517e15b655302b028e3e6
Download size: 880 KB
Estimated disk space required: 40 MB (additional 1 MB for the tests and 46 MB for docs creation)
Estimated build time: 0.3 SBU (additional 0.1 SBU for docs creation)
acl-2.2.52, libatasmart-0.19, libxslt-1.1.28, Polkit-0.112, and udev-extras (from systemd) (for GUdev)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/udisks2
Install UDisks by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-02-20 03:30:41 -0800