linux-firmware: moved from contrib

This commit is contained in:
Thomas Penteker 2016-09-12 00:24:38 +02:00
parent 4b9f8a2d62
commit 0f6d8f4008
3 changed files with 1415 additions and 0 deletions

1395
linux-firmware/.footprint Normal file

File diff suppressed because it is too large Load Diff

1
linux-firmware/.md5sum Normal file
View File

@ -0,0 +1 @@
25ae6f1ee76fae4fc385179d6fe564d0 linux-firmware-20160514.tar.xz

19
linux-firmware/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# 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
# Packager: James Mills, prologic at shortcircuit dot net dot au
name=linux-firmware
version=20160514
release=1
source=(http://distfiles.serverop.de/$name-$version.tar.xz)
build() {
cd $name-$version
# Build/Package
make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
# Cleanup
rm $PKG/lib/firmware/{Makefile,README,configure,GPL-3}
}