The gnome-autoar package provides a framework for automatic archive extraction, compression, and management.
本パッケージは LFS-10.1 において正しくビルドでき動作することが確認されています。
Download (HTTP): https://download.gnome.org/sources/gnome-autoar/0.3/gnome-autoar-0.3.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-autoar/0.3/gnome-autoar-0.3.0.tar.xz
Download MD5 sum: 05d9807232d524b2a233317d717cf645
Download size: 292 KB
Estimated disk space required: 5.0 MB
Estimated build time: 0.1 SBU
libarchive-3.5.1 and GTK+-3.24.26
GTK-Doc-1.33.2 (for building documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-autoar
Install gnome-autoar by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。
--enable-gtk-doc
: GTK-Doc をインストール済で API ドキュメントを再構築する場合に指定します。
最終更新日: 2021-02-25 11:50:56 +0900