]> git.ipfire.org Git - ipfire-3.x.git/blame - nftables/nftables.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / nftables / nftables.nm
CommitLineData
8a436145
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = nftables
f00b41b3
PM
7version = 1.0.8
8release = 1
8a436145
MT
9
10groups = Networking/Tools
1f190628 11url = https://netfilter.org/projects/nftables/
8a436145
MT
12license = GPLv2
13summary = Netfilter Tables userspace utillites
14
15description
16 %{summary}
17end
18
1f190628 19source_dl = https://netfilter.org/projects/nftables/files/
f00b41b3 20sources = %{thisapp}.tar.xz
8a436145
MT
21
22build
23 requires
6a8e687e 24 asciidoc
8a436145
MT
25 bison
26 docbook2X
27 docbook-xsl
28 flex
29 gmp-devel
30 libtool
1f190628
MT
31 libedit-devel
32 libmnl-devel >= 1.0.4
f00b41b3
PM
33 libnftnl-devel >= 1.2.6
34 python3-setuptools
8a436145
MT
35 readline-devel
36 end
8a436145
MT
37end
38
39packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45end