]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
libnftl: Update to snapshot 20150531
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jun 2015 12:54:11 +0000 (12:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jun 2015 12:54:11 +0000 (12:54 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libnftnl/libnftnl.nm

index c810e9096577754267873d49f6a016e1a37cfdcb..77d2e7a14f90ddb11c1aa718f50631cf807cbdc8 100644 (file)
@@ -5,7 +5,9 @@
 
 name       = libnftnl
 version    = 1.0.3
-release    = 1
+snapshot   = 20150531
+release    = 1.%{snapshot}
+thisapp    = %{name}-%{snapshot}
 
 groups     = Networking/Tools
 url        = http://netfilter.org/projects/libnftnl
@@ -17,12 +19,20 @@ description
        libmnl.
 end
 
-source_dl  = http://ftp.netfilter.org/pub/libnftnl/
+source_dl  = http://ftp.netfilter.org/pub/libnftnl/snapshot/
 sources    = %{thisapp}.tar.bz2
 
 build
        requires
+               autoconf
+               autogen
+               automake
                libmnl-devel
+               libtool
+       end
+
+       prepare_cmds
+               ./autogen.sh
        end
 end