🔒 Repository is read-only – file editing is disabled.

recipes/utils/dkms/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: dkms
pkgver: '3.2.1'
pkgrel: '2'
pkgdesc: 'Dynamic Kernel Modules System - automatic rebuild of out-of-tree kernel modules'
url: 'https://github.com/dell/dkms'
arch: x86_64
license:
- GPL-2.0-or-later

depends:
- kmod
- gcc
- make
# binutils (ld/as): DKMS wywołuje `make modules` w drzewie jądra – bez linkera
# i asemblera build modułu pada z „ld: not found”.
- binutils
- patch

makedepends:
- which

source:
- 'https://github.com/dell/dkms/archive/refs/tags/v${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd dkms-${pkgver}
  make

package: |
  cd dkms-${pkgver}
  make install DESTDIR="${PKGDIR}"