mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bcc: update to 0.13.0.
This commit is contained in:
parent
b7d39ff153
commit
7af0cfba23
1 changed files with 4 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'bcc'
|
# Template file for 'bcc'
|
||||||
pkgname=bcc
|
pkgname=bcc
|
||||||
version=0.12.0
|
version=0.13.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="bcc"
|
wrksrc="bcc"
|
||||||
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
|
makedepends="clang elfutils-devel lld-devel llvm ncurses-devel
|
||||||
python3-devel zlib-devel"
|
python3-devel zlib-devel"
|
||||||
python_version="3"
|
|
||||||
short_desc="BPF-based Linux IO analysis, networking, monitoring, and more"
|
short_desc="BPF-based Linux IO analysis, networking, monitoring, and more"
|
||||||
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/bcc"
|
homepage="https://github.com/iovisor/bcc"
|
||||||
distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz"
|
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
|
nocross=yes # https://github.com/voidlinux/void-packages/issues/4738
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -57,7 +57,6 @@ python3-bcc_package() {
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc+=" - Python 3 module"
|
short_desc+=" - Python 3 module"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pycompile_module="bcc"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/python*"
|
vmove "usr/lib/python*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue