12 lines
252 B
Text
Executable file
12 lines
252 B
Text
Executable file
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
|
|
|
|
prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: libbpf
|
|
Description: BPF library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lbpf
|
|
Requires.private: libelf zlib
|
|
Cflags: -I${includedir}
|