Advertisement
Guest User

amd-raid-driver-8.01.00.039-r4.ebuild

a guest
Mar 9th, 2020
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3.  
  4. EAPI=7
  5.  
  6. inherit linux-info linux-mod eutils git-r3
  7.  
  8. DESCRIPTION=""
  9. HOMEPAGE=""
  10.  
  11. EGIT_REPO_URI="https://github.com/thopiekar/rcraid-dkms.git"
  12. EGIT_COMMIT="ceed0653154be1d4472246831ed0d9c9086f6182"
  13.  
  14. LICENSE=""
  15. SLOT="0"
  16. KEYWORDS="amd64 x86"
  17. IUSE=""
  18.  
  19. DEPEND=""
  20. RDEPEND="${DEPEND}"
  21.  
  22. pkg_setup() {
  23. linux-info_pkg_setup
  24. kernel_is -ge 5 5 0 && die "Kernels 5.5.0 or higher are not supported"
  25. MODULE_NAMES="rcraid(misc:${S}:${S}/src)"
  26. BUILD_TARGETS="clean all"
  27. BUILD_PARAMS="-C src KVERS=${KV_FULL}"
  28. linux-mod_pkg_setup
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement