The gnome-autoar package provides a framework for automatic archive extraction, compression, and management.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.3.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-autoar/0.4/gnome-autoar-0.4.3.tar.xz
Download MD5 sum: fa664dd9735297c517d6aa9417b3d3e8
Download size: 52 KB
Estimated disk space required: 2.8 MB
Estimated build time: 0.1 SBU
libarchive-3.6.2 and GTK+-3.24.36
GTK-Doc-1.33.2 (for building documentation)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-autoar
Install gnome-autoar by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release -Dvapi=true -Dtests=true && ninja
To test the results, issue: ninja test
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-Dgtk_doc=true
: Use this parameter if
GTK-Doc is installed and you wish to rebuild and install the API
documentation.