amd-ucode: switch to /usr.
This commit is contained in:
parent
d41913e22e
commit
3310179b85
1 changed files with 5 additions and 6 deletions
|
@ -3,20 +3,19 @@ pkgname=amd-ucode
|
||||||
_distver=2012-01-17
|
_distver=2012-01-17
|
||||||
version=$(echo ${_distver}|sed 's|-|.|g')
|
version=$(echo ${_distver}|sed 's|-|.|g')
|
||||||
wrksrc=${pkgname}-${_distver}
|
wrksrc=${pkgname}-${_distver}
|
||||||
homepage="http://www.amd64.org/support/microcode.html"
|
noarch=yes
|
||||||
distfiles="http://www.amd64.org/pub/microcode/amd-ucode-${_distver}.tar"
|
revision=2
|
||||||
revision=1
|
|
||||||
short_desc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
|
short_desc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="${pkgname}"
|
license="${pkgname}"
|
||||||
|
homepage="http://www.amd64.org/support/microcode.html"
|
||||||
|
distfiles="http://www.amd64.org/pub/microcode/amd-ucode-${_distver}.tar"
|
||||||
checksum=87589ad8e61532c2e0f7f418cd452aec9188964dce2f460eba66c379905e1657
|
checksum=87589ad8e61532c2e0f7f418cd452aec9188964dce2f460eba66c379905e1657
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the microcode updates for AMD family 10h, 11h and
|
This package contains the microcode updates for AMD family 10h, 11h and
|
||||||
14h CPUs for use with the microcode linux kernel module."
|
14h CPUs for use with the microcode linux kernel module."
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall microcode_amd.bin 644 lib/firmware/amd-ucode
|
vinstall microcode_amd.bin 644 usr/lib/firmware/amd-ucode
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue