summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO45
1 files changed, 25 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fb58c4777d4..435020bd5cf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcc-git
pkgdesc = BPF Compiler Collection - latest git code
- pkgver = v0.5.0.r305.7c27c271
+ pkgver = 0.11.0.dev0+r1564.g3d21000a
pkgrel = 1
url = https://github.com/iovisor/bcc
arch = x86_64
@@ -8,31 +8,39 @@ pkgbase = bcc-git
checkdepends = netperf
checkdepends = iperf
makedepends = cmake
- makedepends = clang>=3.7.0
- makedepends = llvm>=3.7.0
+ makedepends = clang
+ makedepends = llvm
makedepends = flex
makedepends = bison
makedepends = python
- makedepends = python2
- conflicts = bcc
+ makedepends = git
source = bcc-git::git+https://github.com/iovisor/bcc
sha256sums = SKIP
pkgname = bcc-git
pkgdesc = BPF Compiler Collection - C library and examples - latest git code
- depends = linux-headers
- optdepends = bcc-tools-git: Python utilites using the BCC library
- optdepends = python-bcc-git: Python 3 bindings for BCC
- optdepends = python2-bcc-git: Python 2 bindings for BCC
- provides = bcc-git
- provides = libbcc-git
+ depends = clang
+ depends = libelf
+ optdepends = linux-headers: build modules against the Arch kernel
+ optdepends = linux-lts-headers: build modules against the LTS kernel
+ optdepends = linux-zen-headers: build modules against the ZEN kernel
+ optdepends = linux-hardened-headers: build modules against the HARDENED kernel
+ optdepends = bcc-tools: Python utilites using the BCC library
+ optdepends = python-bcc: Python 3 bindings for BCC
+ provides = bcc=0.11.0.dev0+r1564.g3d21000a
+ provides = libbcc=0.11.0.dev0+r1564.g3d21000a
+ conflicts = bcc
+ conflicts = libbcc
pkgname = bcc-tools-git
pkgdesc = BPF Compiler Collection - Tools - latest git code
arch = any
depends = bcc-git
- optdepends = python-bcc-git: Python 3 bindings for BCC
- optdepends = python2-bcc-git: Python 2 bindings for BCC
+ depends = libedit
+ depends = ethtool
+ optdepends = python-bcc-git: Python bindings for BCC
+ optdepends = luajit: Lua bindings for BCC
+ provides = bcc-tools=0.11.0.dev0+r1564.g3d21000a
conflicts = bcc-tools
pkgname = python-bcc-git
@@ -40,10 +48,7 @@ pkgname = python-bcc-git
arch = any
depends = bcc-git
depends = python
-
-pkgname = python2-bcc-git
- pkgdesc = BPF Compiler Collection - Python 2 bindings - latest git code
- arch = any
- depends = bcc-git
- depends = python2
-
+ optdepends = python-netaddr: Network address representation and manipulation
+ optdepends = python-pyroute2: Netlink and Linux network configuration
+ provides = python-bcc=0.11.0.dev0+r1564.g3d21000a
+ conflicts = python-bcc