void-packages/srcpkgs/lttng-modules-dkms/template
Đoàn Trần Công Danh dc22241056 lttng-modules-dkms: update to 2.13.7.
This packaging practice for this package has been broken from 2.10.11

This is not tested, but at least, lttng-modules dkms could be built now.
2022-10-18 22:11:59 +07:00

24 lines
745 B
Bash

# Template file for 'lttng-modules-dkms'
pkgname=lttng-modules-dkms
version=2.13.7
revision=1
wrksrc="lttng-modules-${version}"
depends="dkms"
short_desc="LTTng modules provide Linux kernel tracing capability"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="LGPL-2.1-only, GPL-2.0-only, MIT"
homepage="https://lttng.org"
distfiles="${homepage}/files/lttng-modules/lttng-modules-${version}.tar.bz2"
checksum=5a99679df7903160cbde3918fee5af90ffafc90fc96ccdefaa57cf230492b234
dkms_modules="lttng-modules ${version}"
do_build() {
sed "/^PACKAGE_VERSION/s/=.*/=$version/" ${FILESDIR}/dkms.conf >dkms.conf
}
do_install() {
vmkdir usr/src/lttng-modules-${version}
vcopy "*" usr/src/lttng-modules-${version}
vlicense LICENSE
}