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

19 lines
538 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=2.1.15
devir=1
kaynak=(
http://pkgs.fedoraproject.org/repo/pkgs/microcode_ctl/microcode_ctl-2.1-15.tar.xz/sha512/2c1c65b62de80ca958068f18b54c3c635415c45f83095d5dbf07c5c94776b0297c8ae8cf82271cc96d6ded9bf6e22c511f6a50523b307fd9e995d723621d63e7/microcode_ctl-2.1-15.tar.xz)
derle() {
cd microcode_ctl-2.1-15
make all
install -Dt $PKG/lib/firmware/intel-ucode/ intel-ucode/*
}