]> git.ipfire.org Git - ipfire-3.x.git/blob - libseccomp/libseccomp.nm
clamav: Update to 0.101.4
[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.4.0
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 test
28 make check
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end