linux-firmware: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-27 12:58:27 +01:00
parent c5a08e183a
commit 8eb8541a7a
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SRHBLGAPRG09lcCIc2SweLF1vqkULqVtVEXka88pDaN4NlA1etZqCCk2kp2CyA7IdqL3kyDjncQgCRWTVmxhws=
SHA256 (Pkgfile) = e369f008487ce5921f1c4d0b8ee874c802f1c3f67144b85a00c651fd2ed2450c
RWSE3ohX2g5d/RPPXWv7hRqatHRy032f7UpOvV6uF91dnIv5rkthvqNor1ZCowyyrtzctPdXASQCpwc8OQlZDKx3xGYV5zzRsA0=
SHA256 (Pkgfile) = e6f3fef825ed1cf0445ed50476d3d82ba60bcdb817f765aa84a49dc802f1b076
SHA256 (.footprint) = b7327614091f9682a7b8e9142005c8ca964a8eb8adfd5dc8a37e070020994c62
SHA256 (linux-firmware-20201218.tar.gz) = 9965b3b963121e9a16ef633e99cbbe5d43daa655aff6ae09c95bc024a4b55142

View File

@ -1,6 +1,6 @@
# 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: Thomas Penteker, tek at serverop dot de
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=linux-firmware
version=20201218
@ -8,7 +8,7 @@ release=1
source=(https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
find $PKG \( -name 'ChangeLog' -or -name 'README' \) -delete
cd $name-$version
make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
find $PKG \( -name 'ChangeLog' -or -name 'README' \) -delete
}