The libpsl package provides a library for accessing and resolving information from the Public Suffix List (PSL). The PSL is a set of domain names beyond the standard suffixes, such as .com.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://github.com/rockdaboot/libpsl/releases/download/0.21.1/libpsl-0.21.1.tar.gz
Download MD5 sum: ad40b970dcb5117d559b62a1e0d8d827
Download size: 8.8 MB
Estimated disk space required: 54 MB
Estimated build time: 0.1 SBU (including tests)
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.17.0 (for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libpsl
Install libpsl by running the following commands:
sed -i 's/env python/&3/' src/psl-make-dafsa && ./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
sed -i ...: This command forces the use of Python 3 in an utility.
Last updated on 2021-02-19 23:30:09 -0600