]> git.ipfire.org Git - ipfire-3.x.git/blob - nftables/nftables.nm
kernel: udpate to 5.2
[ipfire-3.x.git] / nftables / nftables.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = nftables
7 version = 0.9.0
8 snapshot = 20190622
9 release = 1.%{snapshot}
10 thisapp = %{name}-%{snapshot}
11
12 groups = Networking/Tools
13 url = http://netfilter.org/projects/nftables/
14 license = GPLv2
15 summary = Netfilter Tables userspace utillites
16
17 description
18 %{summary}
19 end
20
21 source_dl = http://ftp.netfilter.org/pub/nftables/snapshot/
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 asciidoc
27 autoconf
28 autogen
29 automake
30 bison
31 docbook2X
32 docbook-xsl
33 flex
34 gmp-devel
35 libtool
36 libmnl-devel
37 libnftnl-devel >= 1.0.5
38 readline-devel
39 end
40
41 prepare_cmds
42 ./autogen.sh
43 end
44 end
45
46 packages
47 package %{name}
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end