]> git.ipfire.org Git - ipfire-3.x.git/blame - libseccomp/libseccomp.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / libseccomp / libseccomp.nm
CommitLineData
c2ffcb85
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libseccomp
7version = 2.4.0
8release = 1
9
10groups = System/Libraries
11url = https://github.com/seccomp/libseccomp
12license = LGPLv2.1+
13summary = A library for the kernel's syscall filtering
14
15description
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.
22end
23
24source_dl = https://github.com/seccomp/libseccomp/releases/download/v%{version}/
25
26build
27 test
28 make check
29 end
30end
31
32packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42end