From c854f8dc61bcb7c9b61db9812f8cd7cc224e976f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 27 Feb 2011 16:47:18 +0100 Subject: [PATCH] Added intel-microcode-20101123 build template. --- srcpkgs/intel-microcode/template | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 srcpkgs/intel-microcode/template diff --git a/srcpkgs/intel-microcode/template b/srcpkgs/intel-microcode/template new file mode 100644 index 00000000000..1912cfdd959 --- /dev/null +++ b/srcpkgs/intel-microcode/template @@ -0,0 +1,29 @@ +# Template file for 'intel-microcode' +pkgname=intel-microcode +version=20101123 +distfiles="http://downloadmirror.intel.com/19611/eng/microcode-$version.tgz" +short_desc="Processor microcode data file for Intel CPUs" +build_style=custom-install +maintainer="Juan RP " +checksum=d6fdce48483e38af4891206c5ebeb12f8881c1d5eb57214b1d8bab219e9f84f9 +long_desc=" + The microcode data file for Linux contains the latest microcode definitions + for all Intel processors. Intel releases microcode updates to correct + processor behavior as documented in the respective processor specification + updates. While the regular approach to getting this microcode update is via + a BIOS upgrade, Intel realizes that this is an administrative hassle; the + Linux Operating System has a mechanism to update the microcode after booting + the OS. + + This package contains only the microcode, so it needs the loader provided in + the package microcode_ctl" + +nostrip=yes +noextract=yes + +do_install() +{ + tar xfz ${XBPS_SRCDISTDIR}/microcode-${version}.tgz + install -D -m644 microcode-${version}.dat \ + ${DESTDIR}/lib/firmware/intel-microcode.dat +}