mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
intel-ucode: update to 20120606.
This commit is contained in:
parent
f4c26fb27e
commit
e5c8d9088c
1 changed files with 5 additions and 6 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'intel-ucode'
|
# Template file for 'intel-ucode'
|
||||||
pkgname=intel-ucode
|
pkgname=intel-ucode
|
||||||
version=20111110
|
version=20120606
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
homepage="http://www.intel.com"
|
noarch=yes
|
||||||
distfiles="http://downloadmirror.intel.com/20728/eng/microcode-${version}.tgz"
|
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Microcode update files for Intel CPUs"
|
short_desc="Microcode update files for Intel CPUs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="INTEL Software License Agreement"
|
license="INTEL Software License Agreement"
|
||||||
checksum=16f532cdf9cce03e01e714619ad9406a465aa965bbd1288035398db79921cbc1
|
homepage="http://www.intel.com"
|
||||||
|
distfiles="http://downloadmirror.intel.com/21385/eng/microcode-${version}.tgz"
|
||||||
|
checksum=e139e438587114028d699162af6dde25b18e1c1cef13c39896a37f22242d4943
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the microcode updates for Intel CPUs for use
|
This package contains the microcode updates for Intel CPUs for use
|
||||||
with the microcode linux kernel module."
|
with the microcode linux kernel module."
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cp ${FILESDIR}/*.c .
|
cp ${FILESDIR}/*.c .
|
||||||
gcc -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c
|
gcc -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue