Skip to content

Commit

Permalink
libbpf: Add version 1.5.0
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
pmenzel committed Apr 14, 2025
1 parent bdfdb46 commit 544379e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions libbpf.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 544379e

Please sign in to comment.