Add new tarball-based checksums to all packages

This commit is contained in:
fosslinux 2022-01-18 20:36:55 +11:00
parent 968d2ea7d1
commit a343dcf6ed
163 changed files with 200 additions and 2326 deletions

View file

@ -3,18 +3,11 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
checksum=74a415b13672827c2a33af0cdb32fece2510721fc051010a36b055223a16a2ce
src_prepare() {
default
# If we are in chroot mode, we can make no assumptions about the host
# kernel. It appears the resulting binary is at least somewhat
# kernel-specific (in ways other than hardcoded string). Hence disable
# checksumming for guile binary under chroot.
if [ "$CHROOT" = True ]; then
sed -i '\|/usr/bin/guile$|d' ../../checksums
sed -i '\|/usr/lib/musl/libguile-3.0.a$|d' ../../checksums
fi
find . -name '*.info*' -delete
../../import-gnulib.sh