pax is an archiving utility created by POSIX and defined by the POSIX.1-2001 standard. Rather than sort out the incompatible options that have crept up between tar and cpio, along with their implementations across various versions of UNIX, the IEEE designed a new archive utility. The name 「pax」 is an acronym for portable archive exchange. Furthermore, 「pax」 means 「peace」 in Latin, so its name implies that it shall create peace between the tar and cpio format supporters. The command invocation and command structure is somewhat a unification of both tar and cpio.
pax has been required to be present in LSB conformant systems since LSB version 3.0.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): http://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-20201030.tgz
ダウンロード MD5 sum: 87a0a3870ec437c41eb1b406334fe2c5
ダウンロードサイズ: 172 KB
必要ディスク容量: 1.2 MB
概算ビルド時間: 10.1 SBU 以下
以下のコマンドを実行して pax をビルドします。
This package expands to the directory pax.
bash Build.sh
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
This package also creates hard links from pax to the programs cpio and tar in the build directory. The LFS editors do not recommend that they be installed as they will overwrite the GNU versions of these programs.
install -v pax /usr/bin && install -v -m644 pax.1 /usr/share/man/man1