From: Michael Tremer Date: Fri, 15 Sep 2023 15:09:09 +0000 (+0000) Subject: libbpf: New package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbca1c7354865f3f2d084082ffb89e2f8b4aca41;p=ipfire-3.x.git libbpf: New package This is required by Pakfire. Signed-off-by: Michael Tremer --- diff --git a/libbpf/libbpf.nm b/libbpf/libbpf.nm new file mode 100644 index 000000000..321aa0cf2 --- /dev/null +++ b/libbpf/libbpf.nm @@ -0,0 +1,40 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libbpf +version = 1.2.2 +release = 1 + +groups = System/Libraries +url = https://github.com/libbpf/libbpf/ +license = LGPLv2.1 +summary = eBPF helper library + +description + eBPF helper library +end + +source_dl = https://github.com/libbpf/libbpf/archive/refs/tags/v%{version}.tar.gz#/ + +build + requires + elfutils-devel + zlib-devel + end + + DIR_BUILD = %{DIR_APP}/src +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end