intel-ucode: update to 20120606-v2.
This commit is contained in:
parent
d41b7443ca
commit
f84a36253f
1 changed files with 9 additions and 7 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'intel-ucode'
|
# Template file for 'intel-ucode'
|
||||||
pkgname=intel-ucode
|
pkgname=intel-ucode
|
||||||
version=20120606
|
_distver=20120606-v2
|
||||||
create_wrksrc=yes
|
version=${_distver%-*}v2
|
||||||
noarch=yes
|
revision=1
|
||||||
revision=2
|
|
||||||
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://www.intel.com"
|
homepage="http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=21925"
|
||||||
distfiles="http://downloadmirror.intel.com/21385/eng/microcode-${version}.tgz"
|
distfiles="http://downloadmirror.intel.com/21925/eng/microcode-${_distver}.tgz"
|
||||||
checksum=e139e438587114028d699162af6dde25b18e1c1cef13c39896a37f22242d4943
|
checksum=977652df13ff7e1eb048bdc0a6934f2f1bb1a938327e83d4766aafa0c7beb5c7
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the microcode updates for Intel CPUs for use
|
This package contains the microcode updates for Intel CPUs for use
|
||||||
with the microcode linux kernel module."
|
with the microcode linux kernel module."
|
||||||
|
|
||||||
|
create_wrksrc=yes
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cp ${FILESDIR}/*.c .
|
cp ${FILESDIR}/*.c .
|
||||||
gcc -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c
|
gcc -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c
|
||||||
|
|
Loading…
Reference in a new issue