void-packages/srcpkgs/intel-ucode/template
2014-11-02 16:10:38 +01:00

26 lines
843 B
Plaintext

# Template file for 'intel-ucode'
pkgname=intel-ucode
version=20140913
revision=1
noarch=yes
create_wrksrc=yes
short_desc="Microcode update files for Intel CPUs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="INTEL Software License Agreement"
homepage="http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22"
update_pattern='\d{8}(?=<br />\(Latest\))'
distfiles="http://downloadmirror.intel.com/24290/eng/microcode-${version}.tgz"
checksum=ea6c0ee21d1fbf261f093176a78089c21411e5fe0e2c35b258cedf2b39987e15
only_for_archs="i686 x86_64"
do_build() {
${CC} -Wall ${CFLAGS} -o intel-microcode2ucode ${FILESDIR}/intel-microcode2ucode.c
./intel-microcode2ucode ./microcode.dat
}
do_install() {
vmkdir usr/lib/firmware/intel-ucode
vcopy "intel-ucode/*" usr/lib/firmware/intel-ucode
vlicense ${FILESDIR}/LICENSE
}