]> git.ipfire.org Git - ipfire-3.x.git/blame - nftables/nftables.nm
kernel: udpate to 5.2
[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
6cb06d26 7version = 0.9.0
6a8e687e
SS
8snapshot = 20190622
9release = 1.%{snapshot}
10thisapp = %{name}-%{snapshot}
8a436145
MT
11
12groups = Networking/Tools
13url = http://netfilter.org/projects/nftables/
14license = GPLv2
15summary = Netfilter Tables userspace utillites
16
17description
18 %{summary}
19end
20
6a8e687e 21source_dl = http://ftp.netfilter.org/pub/nftables/snapshot/
8a436145
MT
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
6a8e687e
SS
26 asciidoc
27 autoconf
8a436145 28 autogen
6a8e687e 29 automake
8a436145
MT
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
6a8e687e
SS
40
41 prepare_cmds
42 ./autogen.sh
43 end
8a436145
MT
44end
45
46packages
47 package %{name}
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52end