milis/talimatname/genel/l/linux-firmware/talimat

20 lines
465 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Kernel için firmware ikilileri
# URL: https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
# Paketçi: milisarge
# Gerekler:
isim=linux-firmware
surum=20161122
devir=1
kaynak=(http://distfiles.serverop.de/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
# Build/Package
make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
# Cleanup
rm $PKG/lib/firmware/{Makefile,README,configure,GPL-{2,3}}
}