Skip to content

Commit

Permalink
dkms: update to 3.0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
1is7ac3 authored and abenson committed Oct 1, 2024
1 parent 71cfe59 commit f899b44
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions srcpkgs/dkms/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Template file for 'dkms'
pkgname=dkms
version=3.0.12
revision=2
version=3.0.13
revision=1
build_style=gnu-makefile
make_build_args="all"
conf_files="/etc/dkms/framework.conf /etc/default/dkms"
depends="bash kmod gcc bc make coreutils pahole xbps-triggers>=0.123_1"
short_desc="Dynamic Kernel Module Support"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/dell/dkms"
distfiles="https://github.com/dell/dkms/archive/v${version}.tar.gz"
checksum=b1b0205973371bda2f963d67056034d060001ab012f98a0dbf9fcb4145534302
checksum=ceb5bbb89ece7310ee96952a56c926faa51c4486f7e5e43c8589585056e45bb5
# dkms does not create this directory, but needs it
# https://github.com/void-linux/void-packages/issues/39066
make_dirs="/var/lib/dkms 0755 root root"
Expand All @@ -24,15 +26,12 @@ if [ "$CROSS_BUILD" ]; then
depends+=" openssl-devel gmp-devel libada-devel libmpc-devel flex"
fi

do_build() {
make dkms dkms.8
}

do_install() {
# We are only interested in the bare minimum.
vbin dkms
vman dkms.8
vcompletion dkms.bash-completion bash dkms
vcompletion dkms.zsh-completion zsh dkms
vinstall dkms_framework.conf 644 etc/dkms framework.conf
# Kernel hooks.
vinstall "${FILESDIR}/kernel.d/dkms.postinst" 754 etc/kernel.d/post-install 10-dkms
Expand Down

0 comments on commit f899b44

Please sign in to comment.