# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="Intel IA32 microcode update data" HOMEPAGE="http://urbanmyth.org/microcode/" SRC_URI="http://downloadmirror.intel.com/14303/eng/microcode-${PV}.tgz" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_unpack() { unpack ${A} } src_install() { insinto /etc newins ${WORKDIR}/microcode-${PV}.dat microcode.dat || die } pkg_postinst() { einfo "The microcode available for Intel CPUs has been updated. You'll need" einfo "to reload the code into your processor. If you're using the init.d:" einfo "/etc/init.d/microcode_ctl restart" }