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

18 lines
541 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Microcode update for Intel CPUs
2017-11-16 05:30:25 +01:00
# URL: http://downloadcenter.intel.com/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-06-03 12:52:17 +02:00
2017-10-28 14:10:23 +02:00
isim=intel-ucode
2017-11-16 05:30:25 +01:00
surum=2.1.13
2017-10-28 14:10:23 +02:00
devir=1
dlVersion=${surum%.*}
kaynak=(
2017-11-16 05:30:25 +01:00
http://pkgs.fedoraproject.org/repo/pkgs/microcode_ctl/microcode_ctl-2.1-13.tar.xz/sha512/f715b866198fb2cb468ac561e9f83ac9e1751e428529417bcd702485d0a51b72836d130ed5fbe28bac9dddf9aaecce778acfaad4110662b850e38c168dffe3d5/microcode_ctl-2.1-13.tar.xz)
2017-06-03 12:52:17 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-11-16 05:30:25 +01:00
cd microcode_ctl-2.1-13
2017-06-03 12:52:17 +02:00
make all
install -Dt $PKG/lib/firmware/intel-ucode/ intel-ucode/*
}