Itstool extracts messages from XML files and outputs PO template files, then merges translations from MO files to create translated XML files. It determines what to translate and how to chunk it into messages using the W3C Internationalization Tag Set (ITS).
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://files.itstool.org/itstool/itstool-2.0.7.tar.bz2
ダウンロード MD5 sum: 267a3bdc72a2d8abb1b824f2ea32ee9b
ダウンロードサイズ: 104 KB
必要ディスク容量: 688 KB
概算ビルド時間: 0.1 SBU 以下
First, fix some compatibility problems with Python-3.12:
sed -i 's/re.sub(/re.sub(r/' itstool.in && sed -i 's/re.compile(/re.compile(r/' itstool.in
以下のコマンドを実行して itstool をビルドします。
PYTHON=/usr/bin/python3 ./configure --prefix=/usr && make
This package does not come with a test suite.
root
ユーザーになって以下を実行します。
make install