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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-autoar/0.1/gnome-autoar-0.1.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-autoar/0.1/gnome-autoar-0.1.1.tar.xz
Download MD5 sum: a32ad24cf6de9e00d66683b1273b1489
Download size: 288 KB
Estimated disk space required: 5.3 MB
Estimated build time: 0.1 SBU
libarchive-3.2.2 and GTK+-3.22.8
GTK-Doc-1.25 (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 2017-02-19 13:23:34 -0800