The libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://downloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2
Download MD5 sum: 8bb4a6f542197e8e9648ae597cd6bc8a
Download size: 384 KB
Estimated disk space required: 3.9 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libcddb
Install libcddb by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check. Two tests fail due to missing test servers.
Now, as the root
user:
make install
Last updated on 2021-02-21 17:09:04 -0600