makedepends=(asciidoc xmlto slang elfutils libunwind numactl  llvm pciutils glib)

description="BPF tools"
url="https://www.kernel.org"

packager="Great-OS Team"
maintainer="Great-OS Team"

name="bpf"
version="6.12"
release=2

source=(https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/snapshot/bpf-$version.tar.gz)

build () 
{ 
  pushd $name-$version/tools/bpf
  make -C bpftool all
  make -W runqslower
  make -W runqslower_install install prefix=/usr DESTDIR="$PKG"
  popd
}
