The gnome-autoar package provides a framework for automatic archive extraction, compression, and management.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/gnome-autoar/0.4/gnome-autoar-0.4.4.tar.xz
Download MD5 sum: ac1a423f861ed5765a5d03251c00746d
Download size: 52 KB
Estimated disk space required: 2.7 MB
Estimated build time: 0.1 SBU
libarchive-3.7.2 and GTK+-3.24.38
GTK-Doc-1.33.2 (for building documentation)
Install gnome-autoar by running the following commands:
mkdir build && cd build && meson setup --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.