The ISO Codes package contains a list of country, language and currency names and it is used as a central database for accessing this data.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v4.19.0/iso-codes-v4.19.0.tar.gz
Download SHA256 Sum: 4b143a891feb7d1bb64e44fe3ef253ef36ba1185d1d129c1425338dc6e46e27d
Download MD5 sum: 73428da2a8a3740e3d3b487a0a5d1f45
Download size: 15 MB
Estimated disk space required: 104 MB
Estimated build time: 0.3 SBU (with tests)
Prepare ISO Codes by running the following commands:
./configure --prefix=/usr
To Build ISO Codes, issue:
make
To test the results, issue:
make check
Now Install the package, as the root user:
make install LN_S='ln -sfn'
LN_S='ln -sfn': This override ensures the
installed symlinks correctly recreated in case we are upgrading or
reinstalling the package. It's unneeded but harmless when installing
the package onto the system for the first time.