]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - nftables/nftables.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / nftables / nftables.nm
index 03030952fe63984c1463939ea8abfd0eb1582897..9a138f941826bd3477a58c159d59cb37bd9fc19f 100644 (file)
@@ -4,13 +4,11 @@
 ###############################################################################
 
 name       = nftables
-version    = 0.100
-snapshot   = 20140412
-release    = 2.%{snapshot}
-thisapp    = %{name}-%{snapshot}
+version    = 1.0.8
+release    = 1
 
 groups     = Networking/Tools
-url        = http://netfilter.org/projects/nftables/
+url        = https://netfilter.org/projects/nftables/
 license    = GPLv2
 summary    = Netfilter Tables userspace utillites
 
@@ -18,28 +16,24 @@ description
        %{summary}
 end
 
-source_dl  = http://ftp.netfilter.org/pub/nftables/snapshot/
-sources    = %{thisapp}.tar.bz2
+source_dl  = https://netfilter.org/projects/nftables/files/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
-               autoconf
-               autogen
-               automake
+               asciidoc
                bison
                docbook2X
                docbook-xsl
                flex
                gmp-devel
                libtool
-               libmnl-devel
-               libnftnl-devel
+               libedit-devel
+               libmnl-devel >= 1.0.4
+               libnftnl-devel >= 1.2.6
+               python3-setuptools
                readline-devel
        end
-
-       prepare_cmds
-               ./autogen.sh
-       end
 end
 
 packages