bcc: update to 0.34.0.
This commit is contained in:
parent
7f0bbca7de
commit
ad2b963103
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'bcc'
|
# Template file for 'bcc'
|
||||||
pkgname=bcc
|
pkgname=bcc
|
||||||
version=0.33.0
|
version=0.34.0
|
||||||
revision=1
|
revision=1
|
||||||
_llvmver=19
|
_llvmver=19
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1
|
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1
|
||||||
-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr/lib/llvm/${_llvmver}"
|
-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
|
makedepends="clang${_llvmver} clang-tools-extra${_llvmver} elfutils-devel flex
|
||||||
lld${_llvmver}-devel llvm${_llvmver}-devel ncurses-devel python3-devel zlib-devel"
|
lld${_llvmver}-devel llvm${_llvmver}-devel ncurses-devel python3-devel zlib-devel"
|
||||||
short_desc="BPF-based Linux IO analysis, networking, monitoring, and more"
|
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"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/iovisor/bcc"
|
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"
|
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"
|
python_version="3"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue