]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - nftables/nftables.nm
2f1098d0f5fe0bbdf47a0190354c526f3fab397d
[people/amarx/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.100
8 snapshot = 20141226
9 release = 3.%{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 autoconf
27 autogen
28 automake
29 bison
30 docbook2X
31 docbook-xsl
32 flex
33 gmp-devel
34 libtool
35 libmnl-devel
36 libnftnl-devel >= 1.0.3
37 readline-devel
38 end
39
40 prepare_cmds
41 ./autogen.sh
42 end
43 end
44
45 packages
46 package %{name}
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end