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