The libatasmart package is a disk reporting library. It only supports a subset of the ATA S.M.A.R.T. functionality.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://0pointer.de/public/libatasmart-0.18.tar.gz
Download MD5 sum: dc22b7acda1c2230f55ae98737e8b159
Download size: 376 KB
Estimated disk space required: 3 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libatasmart
Install libatasmart by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This switch prevents
installation of static versions of the libraries.
Last updated on 2012-04-19 21:24:31 +0000