summaryrefslogtreecommitdiff
path: root/manualPorts/intel-ucode/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/intel-ucode/Pkgfile
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
Diffstat (limited to 'manualPorts/intel-ucode/Pkgfile')
-rw-r--r--manualPorts/intel-ucode/Pkgfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/manualPorts/intel-ucode/Pkgfile b/manualPorts/intel-ucode/Pkgfile
new file mode 100644
index 0000000..0a91bbf
--- /dev/null
+++ b/manualPorts/intel-ucode/Pkgfile
@@ -0,0 +1,13 @@
+# Description: Microcode update for Intel CPUs
+# URL: https://downloadcenter.intel.com/download/27591/Linux-Processor-Microcode-Data-File
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on:
+
+name=intel-ucode
+version=20180312
+release=1
+source=(https://downloadmirror.intel.com/27591/eng/microcode-$version.tgz)
+
+build() {
+ install -Dm755 -t $PKG/lib/firmware/intel-ucode intel-ucode/*
+}