From 544379e8ce4b31c2b9c5731dacb5365db67d600e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 14 Apr 2025 16:44:21 +0200 Subject: [PATCH] libbpf: Add version 1.5.0 [Description](https://libbpf.readthedocs.io/en/latest/libbpf_overview.html): > libbpf is a C-based library containing a BPF loader that takes > compiled BPF object files and prepares and loads them into the Linux > kernel. libbpf takes the heavy lifting of loading, verifying, and > attaching BPF programs to various kernel hooks, allowing BPF application > developers to focus only on BPF program correctness and performance. --- libbpf.be0 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 libbpf.be0 diff --git a/libbpf.be0 b/libbpf.be0 new file mode 100755 index 000000000..5613bda83 --- /dev/null +++ b/libbpf.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libbpf-1.5.0-0 + +SRCURL[0]="https://github.com/libbpf/libbpf/archive/refs/tags/v${PKGVERSION}.tar.gz libbpf-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}