Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
b5b72ea2
Commit
b5b72ea2
authored
11 years ago
by
Bartłomiej Piotrowski
Browse files
Options
Downloads
Patches
Plain Diff
non-free/amd-ucode: new aport
parent
20b31ac3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
non-free/amd-ucode/APKBUILD
+22
-0
22 additions, 0 deletions
non-free/amd-ucode/APKBUILD
with
22 additions
and
0 deletions
non-free/amd-ucode/APKBUILD
0 → 100644
+
22
−
0
View file @
b5b72ea2
pkgname
=
amd-ucode
_realver
=
2012-09-10
pkgver
=
${
_realver
//-/\.
}
pkgrel
=
0
pkgdesc
=
"Microcode update files for AMD family 10h, 11h, 14h and 15h CPUs"
arch
=
'noarch'
license
=
'custom'
url
=
"http://www.amd64.org/support/microcode.html"
source
=
"http://dev.alpinelinux.org/archive/amd-ucode/amd-ucode-
${
_realver
}
.tar.xz"
package
()
{
cd
"
${
srcdir
}
"
/
${
pkgname
}
-
${
_realver
}
install
-D
-m644
microcode_amd.bin
\
"
${
pkgdir
}
"
/usr/lib/firmware/amd-ucode/microcode_amd.bin
||
return
1
install
-D
-m644
microcode_amd_fam15h.bin
\
"
${
pkgdir
}
"
/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
||
return
1
install
-D
-m644
LICENSE
\
"
${
pkgdir
}
"
/usr/share/licenses/
${
pkgname
}
/LICENSE
||
return
1
}
md5sums
=
"4ec4efcd6a2f249dc9bb4fb3f1361610 amd-ucode-2012-09-10.tar.xz"
sha256sums
=
"ab4d8d1638d88c3ffd747b6d7f366676a817b4c11c8f4b0235b2d2125ca4836d amd-ucode-2012-09-10.tar.xz"
sha512sums
=
"5ff4a6cf02b4221bf08df34409cbfb93c56d8995647ecfcb7808e108b7968e231b87a28a96131db3c25ae44bcda5a4102565b84db48b39a29849b6e33ad80fd6 amd-ucode-2012-09-10.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment