blob: 435020bd5cf34545dc09727ae46984a3546acd79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
pkgbase = bcc-git
pkgdesc = BPF Compiler Collection - latest git code
pkgver = 0.11.0.dev0+r1564.g3d21000a
pkgrel = 1
url = https://github.com/iovisor/bcc
arch = x86_64
license = Apache
checkdepends = netperf
checkdepends = iperf
makedepends = cmake
makedepends = clang
makedepends = llvm
makedepends = flex
makedepends = bison
makedepends = python
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 = 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
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
pkgdesc = BPF Compiler Collection - Python 3 bindings - latest git code
arch = any
depends = bcc-git
depends = python
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
|