void-packages/srcpkgs/intel-ucode/template
2012-07-09 17:50:00 +02:00

28 lines
874 B
Plaintext

# Template file for 'intel-ucode'
pkgname=intel-ucode
version=20120606
create_wrksrc=yes
noarch=yes
revision=2
short_desc="Microcode update files for Intel CPUs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="INTEL Software License Agreement"
homepage="http://www.intel.com"
distfiles="http://downloadmirror.intel.com/21385/eng/microcode-${version}.tgz"
checksum=e139e438587114028d699162af6dde25b18e1c1cef13c39896a37f22242d4943
long_desc="
This package contains the microcode updates for Intel CPUs for use
with the microcode linux kernel module."
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}
}