bcc: update to 0.13.0.

This commit is contained in:
Leah Neukirchen 2020-02-21 13:09:20 +01:00
parent b7d39ff153
commit 7af0cfba23

View file

@ -1,20 +1,20 @@
# Template file for 'bcc'
pkgname=bcc
version=0.12.0
revision=2
version=0.13.0
revision=1
wrksrc="bcc"
build_style=cmake
configure_args="-DREVISION=${version}"
hostmakedepends="flex"
makedepends="clang elfutils-devel lld-devel llvm ncurses-devel
python3-devel zlib-devel"
python_version="3"
short_desc="BPF-based Linux IO analysis, networking, monitoring, and more"
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"
checksum=a7acf0e7a9d3ca03a91f22590e695655a5f0ccf8e3dc29e454c2e4c5d476d8aa
checksum=dd393ec0b05bb6da5aa5b4a62633e0e5b632b47b8ca0c57860418a7e82e3b797
python_version="3"
nocross=yes # https://github.com/voidlinux/void-packages/issues/4738
post_extract() {
@ -57,7 +57,6 @@ python3-bcc_package() {
depends="python3"
short_desc+=" - Python 3 module"
depends="${sourcepkg}>=${version}_${revision}"
pycompile_module="bcc"
pkg_install() {
vmove "usr/lib/python*"
}