Support early xz/lzma decompression, and use it wherever possible

This commit is contained in:
Gábor Stefanik 2024-02-09 02:47:07 +01:00
parent 34cb6758d2
commit 65953732a0
32 changed files with 41 additions and 34 deletions

View file

@ -9,7 +9,7 @@ src_unpack() {
mkdir "${pkg}"
cp "${DISTFILES}/deblob-4.9" "${pkg}/"
default || true # Predictable link errors - not a problem
rm "${DISTFILES}/${pkg}.tar.gz"
rm "${DISTFILES}/${pkg}.tar.xz"
}
generate_autoconf_h() {