bcc: update to 0.34.0.

This commit is contained in:
Leah Neukirchen 2025-04-25 18:11:24 +02:00
parent 7f0bbca7de
commit ad2b963103

View file

@ -1,12 +1,12 @@
# Template file for 'bcc'
pkgname=bcc
version=0.33.0
version=0.34.0
revision=1
_llvmver=19
build_style=cmake
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1
-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr/lib/llvm/${_llvmver}"
hostmakedepends="flex python3-setuptools"
hostmakedepends="flex python3-setuptools python3-packaging-bootstrap"
makedepends="clang${_llvmver} clang-tools-extra${_llvmver} elfutils-devel flex
lld${_llvmver}-devel llvm${_llvmver}-devel ncurses-devel python3-devel zlib-devel"
short_desc="BPF-based Linux IO analysis, networking, monitoring, and more"
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/iovisor/bcc"
distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz>bcc-${version}.tar.gz"
checksum=7d190ba34a715f3909470bb2a4d5c43d9f07f67ea0928393259d932990b21f6c
checksum=47e0ba484338adbd01f4142f97afe8d19800c34c79bb6432cbd41e31d8a172e9
python_version="3"
post_extract() {