summaryrefslogtreecommitdiff
path: root/linux-firmware/Pkgfile
blob: 8b5acc2b1cbfa84f3c56eaf8d666f54d6a945cfa (plain)
    1 # Description: Firmware blobs for use with the Linux kernel.
    2 # URL:         https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 
    5 name=linux-firmware
    6 version=20190214
    7 release=1
    8 source=(http://crux.nu/files/$name-$version.tar.xz)
    9 
   10 build() {
   11     cd $name-$version
   12 
   13     make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
   14 
   15     rm $PKG/lib/firmware/{Makefile,README,configure,GPL-{2,3}}
   16 }

Generated by cgit