]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - libseccomp/libseccomp.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / libseccomp / libseccomp.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libseccomp
7 version = 2.5.4
8 release = 1
9
10 groups = System/Libraries
11 url = https://github.com/seccomp/libseccomp
12 license = LGPLv2.1+
13 summary = A library for the kernel's syscall filtering
14
15 description
16 The libseccomp library provides an easy to use, platform independent,
17 interface to the Linux Kernel's syscall filtering mechanism. The
18 libseccomp API is designed to abstract away the underlying BPF based
19 syscall filter language and present a more conventional function-call
20 based filtering interface that should be familiar to, and easily
21 adopted by, application developers.
22 end
23
24 source_dl = https://github.com/seccomp/libseccomp/releases/download/v%{version}/
25
26 build
27 requires
28 gperf
29 end
30
31 test
32 LD_LIBRARY_PATH="$(pwd)/src/.libs" make check
33 end
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end