UmVirt LFS Package info
DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
libarchive
The libarchive library provides a single interface for reading/writing various compression formats.Package info
Template:
Codename: libarchive
Source file: libarchive-3.7.7.tar.xz
Source file size: 5480580
Source file MD5-checkum: 50c4dea9eba9a0add25ac1cfc9ba2cdb
Source directory: libarchive-3.7.7
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libarchive-3.7.7.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libarchive-3.7.7.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: docbook-xml, gnome-autoar, icecc, audacious-app, opencv, totem-pl-parser, libgxps, glaxnimate, appstream-glib, lynx, docbook-3.1-dtd, ark, cmake, vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
./configure --prefix=/usr $ARG_STATIC
Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
LC_ALL=C.UTF-8 make check
fi
Install script:
make install
ln -sfv bsdunzip /usr/bin/unzip