summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4e06ad20795b38344fc583d2189af222e28c3ca2 (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
pkgbase = bcc
	pkgdesc = BPF Compiler Collection
	pkgver = 0.16.0
	pkgrel = 1
	url = https://github.com/iovisor/bcc
	arch = x86_64
	license = Apache
	checkdepends = netperf
	checkdepends = iperf
	makedepends = cmake
	makedepends = clang>=3.7.0
	makedepends = llvm>=3.7.0
	makedepends = flex
	makedepends = bison
	makedepends = python
	source = bcc-0.16.0.tar.gz::https://github.com/iovisor/bcc/releases/download/v0.16.0/bcc-src-with-submodule.tar.gz
	sha512sums = ec2eec46ef45e96a269fe252de85734e12182bac839c7ee958852c6e7f4935b86f83536d6fd127933549f521d9b7af440544207818d5bd72a94567d41c6f3b75

pkgname = bcc
	pkgdesc = BPF Compiler Collection - C library and examples
	depends = clang>=3.7.0
	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
	provides = libbcc

pkgname = bcc-tools
	pkgdesc = BPF Compiler Collection - Tools
	arch = any
	depends = bcc
	depends = libedit
	depends = ethtool
	optdepends = python-bcc: Python 3 bindings for BCC
	optdepends = luajit: Lua bindings for BCC

pkgname = python-bcc
	pkgdesc = BPF Compiler Collection - Python 3 bindings
	arch = any
	depends = bcc
	depends = python
	optdepends = python-netaddr: Network address representation and manipulation
	optdepends = python-pyroute2: Netlink and Linux network configuration