opt/linux-firmware/Pkgfile

17 lines
468 B
Plaintext
Raw Normal View History

2016-09-12 00:24:38 +02:00
# 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
name=linux-firmware
2018-12-23 13:01:33 +01:00
version=20181223
2016-09-12 00:24:38 +02:00
release=1
2018-01-23 23:12:24 +01:00
source=(http://crux.nu/files/$name-$version.tar.xz)
2016-09-12 00:24:38 +02:00
build() {
cd $name-$version
make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
2016-11-22 23:44:02 +01:00
rm $PKG/lib/firmware/{Makefile,README,configure,GPL-{2,3}}
2016-09-12 00:24:38 +02:00
}