UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

brotli

Brotli provides a general-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling. Its libraries are particularly used for WOFF2 fonts on webpages.

Package info

Codename: brotli
Source file: brotli-1.0.9.tar.gz
Source directory: brotli-1.0.9
Package URL: https://umvirt.com/linux/downloads/0.2/packages/b/brotli-1.0.9.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/b/brotli-1.0.9.tar.gz.md5sum
Dependances: cmake.
Dependance of: exiv2, wireshark.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i 's@-R..libdir.@@' scripts/*.pc.in

mkdir out &&
cd    out &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      ..

Build script:
cd    out &&
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make check
fi


pip3 wheel -w dist --no-build-isolation --no-deps $PWD

Install script:
cd    out &&
make install

pip3 install --no-index --find-links dist --no-cache-dir --no-user Brotli