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-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-autoar/0.2/gnome-autoar-0.2.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-autoar/0.2/gnome-autoar-0.2.3.tar.xz
Download MD5 sum: 39b13fb2fc7752fa3b80616244dc4ef8
Download size: 292 KB
Estimated disk space required: 4.6 MB
Estimated build time: 0.1 SBU
libarchive-3.3.2 and GTK+-3.22.30
GTK-Doc-1.28 (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
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-08-30 12:27:14 -0700