From f44e673dabfbad2e949ef8b1b972f2cc521f590c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 12 Oct 2014 20:33:08 +0200 Subject: [PATCH] intel-ucode: update to 20140913. --- srcpkgs/intel-ucode/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/intel-ucode/template b/srcpkgs/intel-ucode/template index 87880c1991..6989ee898c 100644 --- a/srcpkgs/intel-ucode/template +++ b/srcpkgs/intel-ucode/template @@ -1,6 +1,6 @@ # Template file for 'intel-ucode' pkgname=intel-ucode -version=20140624 +version=20140913 revision=1 noarch=yes create_wrksrc=yes @@ -8,19 +8,17 @@ short_desc="Microcode update files for Intel CPUs" maintainer="Juan RP " license="INTEL Software License Agreement" homepage="http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22" -distfiles="http://downloadmirror.intel.com/23984/eng/microcode-${version}.tgz" -checksum=b4662ac780438a7b2d87e6d26a7066feb807f37c6e5b6fa147089f4edb02ea37 +distfiles="http://downloadmirror.intel.com/24290/eng/microcode-${version}.tgz" +checksum=ea6c0ee21d1fbf261f093176a78089c21411e5fe0e2c35b258cedf2b39987e15 only_for_archs="i686 x86_64" do_build() { - cp ${FILESDIR}/*.c . - ${CC} -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c + ${CC} -Wall ${CFLAGS} -o intel-microcode2ucode ${FILESDIR}/intel-microcode2ucode.c ./intel-microcode2ucode ./microcode.dat } - do_install() { vmkdir usr/lib/firmware/intel-ucode vcopy "intel-ucode/*" usr/lib/firmware/intel-ucode - vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/${pkgname} + vlicense ${FILESDIR}/LICENSE }