From e6228898ff1f50cf59e7b6ae9cd4e197197b045d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Mar 2013 11:05:32 +0100 Subject: [PATCH] intel-ucode: update to 20130222. --- srcpkgs/intel-ucode/template | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/srcpkgs/intel-ucode/template b/srcpkgs/intel-ucode/template index 7eb4fd37ce9..0f2effc5b23 100644 --- a/srcpkgs/intel-ucode/template +++ b/srcpkgs/intel-ucode/template @@ -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 " 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 }