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

21 lines
621 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/SearchResult.aspx?lang=eng&keyword=%22microcode%22
# Paketçi: milisarge
# Gerekler:
isim=intel-ucode
surum=2.1.12
devir=1
dlVersion=${surum%.*}
kaynak=(
http://pkgs.fedoraproject.org/repo/pkgs/microcode_ctl/microcode_ctl-${dlVersion}.tar.xz/sha512/3c19e8c6297e7f5930c7836e60669662877ec86c93d3b6487d7d7da568391cb8e0d523484beeb8ef9498aa1bbace81acce42c2877794cec34224f27b179081de/microcode_ctl-${dlVersion}.tar.xz
)
derle() {
pwd
ls -la
cd microcode_ctl-${dlVersion}
make all
install -Dt $PKG/lib/firmware/intel-ucode/ intel-ucode/*
}