mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
dkms: update to 2.8.4.
This commit is contained in:
parent
a63e311a1a
commit
7dacd2dd94
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dkms'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.8.3
|
version=2.8.4
|
||||||
revision=3
|
revision=1
|
||||||
conf_files="/etc/dkms/framework.conf"
|
conf_files="/etc/dkms/framework.conf"
|
||||||
depends="bash kmod gcc make coreutils"
|
depends="bash kmod gcc make coreutils"
|
||||||
short_desc="Dynamic Kernel Modules System"
|
short_desc="Dynamic Kernel Modules System"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/dell/dkms"
|
homepage="https://github.com/dell/dkms"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=0fcbb2691aa8231927b000edf3594d2798211c3944fd4a2a8b1864aa1c06eaaf
|
checksum=540912bf0d845ac333f6971a3ccb80911c770a042af1b30ffbb9b420ac979af3
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# Too many competing kernels for arm* to depend on linux-headers
|
# Too many competing kernels for arm* to depend on linux-headers
|
||||||
|
@ -26,7 +26,7 @@ do_install() {
|
||||||
vbin dkms
|
vbin dkms
|
||||||
vman dkms.8
|
vman dkms.8
|
||||||
vinstall dkms_dbversion 644 var/lib/dkms
|
vinstall dkms_dbversion 644 var/lib/dkms
|
||||||
vinstall dkms.bash-completion 644 usr/share/bash-completion/completions dkms
|
vcompletion dkms.bash-completion bash dkms
|
||||||
vinstall dkms_framework.conf 644 etc/dkms framework.conf
|
vinstall dkms_framework.conf 644 etc/dkms framework.conf
|
||||||
# Kernel hooks.
|
# Kernel hooks.
|
||||||
vinstall ${FILESDIR}/kernel.d/dkms.postinst 754 etc/kernel.d/post-install 10-dkms
|
vinstall ${FILESDIR}/kernel.d/dkms.postinst 754 etc/kernel.d/post-install 10-dkms
|
||||||
|
|
Loading…
Add table
Reference in a new issue