linux-firmware (NEW): Firmware blobs for use with the Linux kernel

This commit is contained in:
James Mills 2014-11-29 23:48:11 +10:00
parent 55353a773d
commit 98383a0618
3 changed files with 1053 additions and 0 deletions

1030
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 @@
4e327d468005102cc91727146f5042bd linux-firmware-20141009.tar.xz

22
linux-firmware/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# 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: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on:
name=linux-firmware
version=20141009
release=1
source=(http://shortcircuit.net.au/~prologic/distfiles/$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}
chown -R root:root $PKG
}