mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
lttng-modules-dkms: update to 2.11.0.
This commit is contained in:
parent
5608f6e467
commit
6779c6f76d
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lttng-modules-dkms'
|
# Template file for 'lttng-modules-dkms'
|
||||||
pkgname=lttng-modules-dkms
|
pkgname=lttng-modules-dkms
|
||||||
version=2.10.11
|
version=2.11.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lttng-modules-${version}"
|
wrksrc="lttng-modules-${version}"
|
||||||
depends="dkms"
|
depends="dkms"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||||
license="LGPL-2.1-only, GPL-2.0-only, MIT"
|
license="LGPL-2.1-only, GPL-2.0-only, MIT"
|
||||||
homepage="https://lttng.org"
|
homepage="https://lttng.org"
|
||||||
distfiles="${homepage}/files/lttng-modules/lttng-modules-${version}.tar.bz2"
|
distfiles="${homepage}/files/lttng-modules/lttng-modules-${version}.tar.bz2"
|
||||||
checksum=7f91e39b2e8e46d8bbba2b4c8c1614f1fb380611cd1a1fccc1d1859be26112f1
|
checksum=98af92d8c2e00f4eb63bc637a6967103cf6997434493f36e7a535a491e4fad5f
|
||||||
|
|
||||||
dkms_modules="lttng-modules ${version}"
|
dkms_modules="lttng-modules ${version}"
|
||||||
|
|
||||||
|
@ -17,6 +17,5 @@ do_install() {
|
||||||
vmkdir usr/src/lttng-modules-${version}
|
vmkdir usr/src/lttng-modules-${version}
|
||||||
vcopy "*" usr/src/lttng-modules-${version}
|
vcopy "*" usr/src/lttng-modules-${version}
|
||||||
vcopy ${FILESDIR}/dkms.conf usr/src/lttng-modules-${version}
|
vcopy ${FILESDIR}/dkms.conf usr/src/lttng-modules-${version}
|
||||||
|
vlicense LICENSE
|
||||||
vlicense mit-license.txt
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue