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-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-autoar/0.3/gnome-autoar-0.3.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-autoar/0.3/gnome-autoar-0.3.1.tar.xz
Download MD5 sum: 3149496d0189623a8e1289bbab4d8385
Download size: 291 KB
Estimated disk space required: 5.0 MB
Estimated build time: 0.1 SBU
libarchive-3.5.1 and GTK+-3.24.28
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-debug \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-debug
: Disable
the debug mode, in which this package would be built with
-O0 -g
.
--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 2021-03-14 03:30:33 -0500