linux-firmware: rdfind is a hard dependency, closes #14

This commit is contained in:
Tim Biermann 2024-12-15 13:49:48 +01:00
parent afd18ab0cc
commit 473b524025
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 495 additions and 495 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QROIs/BZshzaWdqtmo+B1DMNWz1raiNa6G1NwvosG/SwCKCourmfy/YYKKbfVHdRF41jvWKqUZJszktJbAv8gk=
SHA256 (Pkgfile) = 84eb1dd5869aa670dacd01587e5ee3e63d72e9cb661217b6d7513d0ee601657b
SHA256 (.footprint) = 210a08f56730b7bf5b67f8d3144214c7c3bb97ed555b3027f90d2e5659e013b0
RWSE3ohX2g5d/dE0DkycdrhivWMDgDp/W7S0BbucfApQVVYBkTkwYcqnfwWoAEaO14CldoHF6xLssOlk7LUrvwwT41osiJ6FQw4=
SHA256 (Pkgfile) = 7d1c8512d7fe63cd7d82f611df585df3ff59129cbc41f684df3bfd29344ccacd
SHA256 (.footprint) = fb4875b26ff211cf1922d0bba0717fc226391873ddec59805957fc2e2d8545b5
SHA256 (linux-firmware-20241210.tar.gz) = c7b83ae05d9943ab7f09e18e3c673ea8a55402f96e3b059a7d05b88c81670b78

View File

@ -1,7 +1,7 @@
# Description: Firmware blobs for use with the Linux kernel.
# URL: https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Optional: rdfind
# Depends on: rdfind
name=linux-firmware
version=20241210
@ -11,6 +11,6 @@ source=(https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.
build() {
cd $name-$version
make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
prt-get isinst rdfind && make DESTDIR=$PKG dedup
make DESTDIR=$PKG dedup
find $PKG \( -name 'ChangeLog' -or -name 'README' \) -delete
}