]> git.ipfire.org Git - ipfire-3.x.git/blame - nftables/nftables.nm
nftables: Update to version 0.9.0
[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
MT
7version = 0.9.0
8release = 1
8a436145
MT
9
10groups = Networking/Tools
11url = http://netfilter.org/projects/nftables/
12license = GPLv2
13summary = Netfilter Tables userspace utillites
14
15description
16 %{summary}
17end
18
6cb06d26 19source_dl = http://ftp.netfilter.org/pub/nftables/
8a436145
MT
20sources = %{thisapp}.tar.bz2
21
22build
23 requires
8a436145 24 autogen
8a436145
MT
25 bison
26 docbook2X
27 docbook-xsl
28 flex
29 gmp-devel
30 libtool
31 libmnl-devel
32 libnftnl-devel >= 1.0.5
33 readline-devel
34 end
8a436145
MT
35end
36
37packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43end