milis/talimatname/genel/i/intel-ucode/talimat

19 lines
395 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: Microcode update for Intel CPUs
# URL: http://downloadcenter.intel.com/
# Paketçi: milisarge
# Gerekler:
# Grup: sürücü
isim=intel-ucode
surum=20180807
_surum=28039
devir=1
kaynak=(https://downloadmirror.intel.com/${_surum}/eng/microcode-${surum}.tgz)
derle() {
cd ${SRC}
install -d -m755 ${PKG}/lib/firmware/intel-ucode/
cp intel-ucode/* ${PKG}/lib/firmware/intel-ucode/
}