mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
bpftrace: update to 0.16.0.
This commit is contained in:
parent
1adc7dbdf6
commit
6c23888591
1 changed files with 7 additions and 3 deletions
|
@ -1,20 +1,24 @@
|
||||||
# Template file for 'bpftrace'
|
# Template file for 'bpftrace'
|
||||||
pkgname=bpftrace
|
pkgname=bpftrace
|
||||||
version=0.15.0
|
version=0.16.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* aarch64* ppc64*"
|
archs="x86_64* aarch64* ppc64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF" # needs root to run
|
configure_args="-DBUILD_TESTING=OFF" # needs root to run
|
||||||
hostmakedepends="flex pkg-config ruby-asciidoctor"
|
hostmakedepends="flex pkg-config ruby-asciidoctor"
|
||||||
makedepends="bcc-devel cereal clang clang-tools-extra elfutils-devel llvm"
|
makedepends="bcc-devel cereal clang clang-tools-extra elfutils-devel libbpf-devel libxml2-devel llvm"
|
||||||
short_desc="High-level tracing language for Linux enhanced Berkeley Packet Filter"
|
short_desc="High-level tracing language for Linux enhanced Berkeley Packet Filter"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/iovisor/bpftrace/"
|
homepage="https://github.com/iovisor/bpftrace/"
|
||||||
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
|
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
|
||||||
checksum=64f67e615998d8150f5ee28614bea9ed303f20f6887bc4cdffa5f9c9477ef52a
|
checksum=89456dee3a20ec6c21ece345d4bf9a16a06af0f63cc5dffa9f5c7eea7916e21d
|
||||||
nostrip=yes # needs to read own symbol table
|
nostrip=yes # needs to read own symbol table
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
vsed -i -e 's:<linux/btf.h>:<bpf/linux/btf.h>:g' src/btf.cpp
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# clashes with bcc-tools
|
# clashes with bcc-tools
|
||||||
rm -rf ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/man
|
||||||
|
|
Loading…
Add table
Reference in a new issue