The DeviceKit is a modular HAL designed for use in Linux systems that is designed to simplify device management and replace the current monolithic Linux HAL. DeviceKit includes the ability to enumerate system devices and send notifications when hardware is added or removed from the computer system.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://hal.freedesktop.org/releases/DeviceKit-003.tar.gz
Download MD5 sum: 8b311547f4a2c8c6b6598e3318d66cd7
Download size: 375 KB
Estimated disk space required: 3 MB
Estimated build time: 0.1 SBU
D-Bus GLib Bindings-0.82 and DocBook XSL Stylesheets-1.75.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/DeviceKit
Install DeviceKit by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/DeviceKit &&
make
This package does not come with a test suite.
Now, as the root user:
make install
Last updated on 2009-10-10 13:08:15 +0000