2012-06-12 03:01:30 +08:00
|
|
|
# maintainer abveritas@chakra-project.org
|
|
|
|
|
|
|
|
pkgname=amd-ucode
|
2012-09-16 11:13:41 +08:00
|
|
|
_realver=2012-09-10
|
2012-06-12 03:01:30 +08:00
|
|
|
pkgver=${_realver//-/\.}
|
2013-03-14 08:21:12 +08:00
|
|
|
pkgrel=2
|
2012-09-16 11:13:41 +08:00
|
|
|
pkgdesc="Microcode update files for AMD family 10h, 11h, 14h and 15h CPUs"
|
2012-06-12 03:01:30 +08:00
|
|
|
arch=('any')
|
|
|
|
license=('custom')
|
|
|
|
url="http://www.amd64.org/support/microcode.html"
|
2013-03-14 08:21:12 +08:00
|
|
|
#source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
|
|
|
|
# http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
|
|
|
|
source=(http://pkgs.fedoraproject.org/repo/pkgs/microcode_ctl/amd-ucode-2012-09-10.tar/559bc355d3799538584add80df2996f0/amd-ucode-2012-09-10.tar)
|
|
|
|
#sha256sums=('21845c6cafa99704cdf4862b55e899ca88ed432d57f4d09ad6a5c3d2e186b718'
|
|
|
|
# 'bd101b87b53394ce8f78da2588fdf91453b20931ce1b852f67a610cb9c63c73d')
|
|
|
|
md5sums=('559bc355d3799538584add80df2996f0')
|
2012-06-12 03:01:30 +08:00
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${srcdir}"/${pkgname}-${_realver}
|
|
|
|
install -D -m644 microcode_amd.bin "${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd.bin
|
2013-03-14 08:21:12 +08:00
|
|
|
install -D -m644 microcode_amd_fam15h.bin "${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
|
2012-06-12 03:01:30 +08:00
|
|
|
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
|
|
|
|
}
|