]> git.ipfire.org Git - ipfire-3.x.git/blame - libnfnetlink/libnfnetlink.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libnfnetlink / libnfnetlink.nm
CommitLineData
52a4c2a7 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
52a4c2a7
SS
4###############################################################################
5
802ea3af 6name = libnfnetlink
d4f22566 7version = 1.0.2
802ea3af 8release = 1
52a4c2a7 9
802ea3af 10groups = System/Libraries
d4f22566 11url = https://www.netfilter.org/projects/libnfnetlink/downloads.html
802ea3af 12license = GPL
d4f22566 13summary = A low-level library for netfilter
52a4c2a7 14
802ea3af 15description
d4f22566
MT
16 libnfnetlink is a low-level userspace library for
17 nfnetlink-based communication between the kernel-side netfilter
18 and the user-space world. It is therefore the fundamental layer
19 for all other nfnetlink-enabled user-space programs interfacing
52a4c2a7 20 with the netfilter subsystem of the Linux kernel.
802ea3af 21end
52a4c2a7 22
d4f22566 23source_dl = https://www.netfilter.org/projects/libnfnetlink/files/
802ea3af 24sources = %{thisapp}.tar.bz2
dff2be6b 25
802ea3af
MT
26packages
27 package %{name}
1f9bc2f0 28
802ea3af
MT
29 package %{name}-devel
30 template DEVEL
31 end
1f9bc2f0
MT
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
802ea3af 36end