Added intel-microcode-20101123 build template.

This commit is contained in:
Juan RP 2011-02-27 16:47:18 +01:00
parent 4ee1f3d755
commit c854f8dc61
1 changed files with 29 additions and 0 deletions

View File

@ -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 <xtraeme@gmail.com>"
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
}