trace-cmd: update to 2.8.2.
This commit is contained in:
parent
b1ebc8f3a0
commit
c8f97fb343
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'trace-cmd'
|
||||
pkgname=trace-cmd
|
||||
version=2.8.1
|
||||
version=2.8.2
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
build_style=gnu-makefile
|
||||
|
@ -14,14 +14,10 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2.0-or-later, LGPL-2.1-only"
|
||||
homepage="http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git/"
|
||||
distfiles="http://git.kernel.org/cgit/linux/kernel/git/rostedt/${pkgname}.git/snapshot/${pkgname}-v${version}.tar.gz"
|
||||
checksum=a3017369fa8c3222ed4fc71ae3377dfd8482b790e057ad22a4d76db52be1a225
|
||||
checksum=a767021e95392ab1c780f68f928989a0ea5fa2a003a3079e2638d965e8fb5b7c
|
||||
nocross="cmake foo"
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_extract() {
|
||||
sed -i '1i#include <limits.h>' tracecmd/trace-listen.c
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion/completions
|
||||
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||
|
|
Loading…
Reference in a new issue