void-packages/srcpkgs/intel-ucode/template
2012-11-06 16:01:42 +01:00

30 lines
947 B
Plaintext

# Template file for 'intel-ucode'
pkgname=intel-ucode
_distver=20120606-v2
version=${_distver%-*}v2
revision=1
short_desc="Microcode update files for Intel CPUs"
maintainer="Juan RP <xtraeme@gmail.com>"
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."
create_wrksrc=yes
noarch=yes
do_build() {
cp ${FILESDIR}/*.c .
gcc -Wall ${CFLAGS} -o intel-microcode2ucode 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}
}