opt/linux-firmware/Pkgfile

15 lines
518 B
Plaintext
Raw Normal View History

2016-09-12 00:24:38 +02:00
# Description: Firmware blobs for use with the Linux kernel.
2021-11-03 10:22:11 +01:00
# 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
2016-09-12 00:24:38 +02:00
name=linux-firmware
2023-08-06 11:28:30 +02:00
version=20230804
2016-09-12 00:24:38 +02:00
release=1
2019-08-21 10:10:24 +02:00
source=(https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/$name-$version.tar.gz)
2016-09-12 00:24:38 +02:00
build() {
2021-01-27 12:58:27 +01:00
cd $name-$version
make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
find $PKG \( -name 'ChangeLog' -or -name 'README' \) -delete
2016-09-12 00:24:38 +02:00
}