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

18 lines
541 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:
isim=intel-ucode
surum=2.1.13
devir=1
dlVersion=${surum%.*}
kaynak=(
http://pkgs.fedoraproject.org/repo/pkgs/microcode_ctl/microcode_ctl-2.1-13.tar.xz/sha512/f715b866198fb2cb468ac561e9f83ac9e1751e428529417bcd702485d0a51b72836d130ed5fbe28bac9dddf9aaecce778acfaad4110662b850e38c168dffe3d5/microcode_ctl-2.1-13.tar.xz)
derle() {
cd microcode_ctl-2.1-13
make all
install -Dt $PKG/lib/firmware/intel-ucode/ intel-ucode/*
}