bcc: update to 0.3.0.
This commit is contained in:
parent
6c7f55c1ca
commit
2f85df3bff
1 changed files with 10 additions and 9 deletions
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'bcc'
|
# Template file for 'bcc'
|
||||||
pkgname=bcc
|
pkgname=bcc
|
||||||
version=0.2.0
|
version=0.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DREVISION=${version}"
|
configure_args="-DREVISION=${version}"
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="clang elfutils-devel lld-devel llvm ncurses-devel python-devel zlib-devel"
|
makedepends="clang elfutils-devel lld-devel llvm ncurses-devel
|
||||||
|
python-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"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
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/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/iovisor/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=8bdea41286dda0605e3e52fc76d345356dc637434935a112e6378e2dcb439a70
|
checksum=88f54dff96c30c6e7b45f475938eef790b1c9485f794b1ac6791c4e56007f7cc
|
||||||
|
nocross=yes # https://github.com/voidlinux/void-packages/issues/4738
|
||||||
if [ "${XBPS_TARGET_MACHINE##*-}" = musl ]; then
|
|
||||||
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/13841/steps/shell_3/logs/stdio"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/REG_/BCC_REG_/g' src/cc/usdt_args.cc src/cc/usdt.h
|
||||||
|
}
|
||||||
bcc-tools_package() {
|
bcc-tools_package() {
|
||||||
short_desc+=" - tools"
|
short_desc+=" - tools"
|
||||||
depends="python-bcc>=${version}_${revision} linux-headers"
|
depends="python-bcc>=${version}_${revision} linux-headers"
|
||||||
|
|
Loading…
Reference in a new issue