void-packages/srcpkgs/amd-ucode/template

22 lines
761 B
Text
Raw Normal View History

2012-01-10 08:21:57 +00:00
# Template file for 'amd-ucode'
pkgname=amd-ucode
2012-02-07 03:24:04 +00:00
_distver=2012-01-17
2012-01-10 08:21:57 +00:00
version=$(echo ${_distver}|sed 's|-|.|g')
wrksrc=${pkgname}-${_distver}
2012-01-10 10:42:43 +00:00
homepage="http://www.amd64.org/support/microcode.html"
2012-01-10 08:21:57 +00:00
distfiles="http://www.amd64.org/pub/microcode/amd-ucode-${_distver}.tar"
short_desc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="${pkgname}"
2012-02-07 03:24:04 +00:00
checksum=87589ad8e61532c2e0f7f418cd452aec9188964dce2f460eba66c379905e1657
2012-01-10 08:21:57 +00:00
long_desc="
This package contains the microcode updates for AMD family 10h, 11h and
14h CPUs for use with the microcode linux kernel module."
noarch=yes
do_install() {
vinstall microcode_amd.bin 644 lib/firmware/amd-ucode
vinstall LICENSE 644 usr/share/licenses/${pkgname}
}