linux-firmware: move to opt

This commit is contained in:
Thomas Penteker 2016-09-12 00:24:19 +02:00
parent 5fa85f3194
commit 746ac80ab2
3 changed files with 0 additions and 1415 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,19 +0,0 @@
# 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}
}