From c2ffcb8518aa4e767e70e4ab109cc9778f1044ca Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 15 Apr 2019 21:37:35 +0100 Subject: [PATCH] libseccomp: New package Signed-off-by: Michael Tremer --- libseccomp/libseccomp.nm | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 libseccomp/libseccomp.nm diff --git a/libseccomp/libseccomp.nm b/libseccomp/libseccomp.nm new file mode 100644 index 000000000..2be8e9730 --- /dev/null +++ b/libseccomp/libseccomp.nm @@ -0,0 +1,42 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libseccomp +version = 2.4.0 +release = 1 + +groups = System/Libraries +url = https://github.com/seccomp/libseccomp +license = LGPLv2.1+ +summary = A library for the kernel's syscall filtering + +description + The libseccomp library provides an easy to use, platform independent, + interface to the Linux Kernel's syscall filtering mechanism. The + libseccomp API is designed to abstract away the underlying BPF based + syscall filter language and present a more conventional function-call + based filtering interface that should be familiar to, and easily + adopted by, application developers. +end + +source_dl = https://github.com/seccomp/libseccomp/releases/download/v%{version}/ + +build + test + make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end -- 2.39.2