intel-ucode: update to 20130222.
This commit is contained in:
parent
e4cbfd2d2a
commit
e6228898ff
|
@ -1,24 +1,20 @@
|
|||
# Template file for 'intel-ucode'
|
||||
pkgname=intel-ucode
|
||||
_distver=20120606-v2
|
||||
version=${_distver%-*}v2
|
||||
version=20130222
|
||||
revision=1
|
||||
short_desc="Microcode update files for Intel CPUs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="INTEL Software License Agreement"
|
||||
homepage="http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=21925"
|
||||
distfiles="http://downloadmirror.intel.com/21925/eng/microcode-${_distver}.tgz"
|
||||
checksum=977652df13ff7e1eb048bdc0a6934f2f1bb1a938327e83d4766aafa0c7beb5c7
|
||||
long_desc="
|
||||
This package contains the microcode updates for Intel CPUs for use
|
||||
with the microcode linux kernel module."
|
||||
homepage="http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22"
|
||||
distfiles="http://downloadmirror.intel.com/22508/eng/microcode-${version}.tgz"
|
||||
checksum=fd25bd9777fc3c3b11f01e9090a2d24f7650023c9ec74bbf9f43bffe1d9d01cc
|
||||
|
||||
create_wrksrc=yes
|
||||
noarch=yes
|
||||
|
||||
do_build() {
|
||||
cp ${FILESDIR}/*.c .
|
||||
gcc -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c
|
||||
${CC} -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c
|
||||
./intel-microcode2ucode ./microcode.dat
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue