]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libnetfilter_conntrack/libnetfilter_conntrack.nm
make: Update to 4.2.1
[ipfire-3.x.git] / libnetfilter_conntrack / libnetfilter_conntrack.nm
index b2e3ee20ee8578610e24b0db5c107807e9909587..3edf5ba6071781d7cc3670394f45c2dab3aea3e4 100644 (file)
@@ -4,33 +4,41 @@
 ###############################################################################
 
 name       = libnetfilter_conntrack
-version    = 0.9.1
+version    = 1.0.4
 release    = 1
 
 groups     = System/Libraries
-url        = http://www.netfilter.org/projects/libnetfilter_conntrack/downloads.html
+url        = http://www.netfilter.org/projects/libnetfilter_conntrack/index.html
 license    = GPL
 summary    = libnetfilter_conntrack is a userspace library.
 
 description
-       libnetfilter_conntrack is a library that allows user-space \
-       programs to interface the kernel connection tracking table of \
+       libnetfilter_conntrack is a library that allows user-space
+       programs to interface the kernel connection tracking table of
        the netfilter subsystem in the Linux kernel.
 end
 
-source_dl  =
+source_dl  = http://www.netfilter.org/projects/libnetfilter_conntrack/files/
 sources    = %{thisapp}.tar.bz2
 
 build
        requires
+               autoconf
+               automake
+               libmnl-devel >= 1.0.3
                libnfnetlink-devel
-               pkg-config
        end
+
+       prepare_cmds
+               sed -e "s/-Wc,-nostartfiles//g" -i src/Makefile*
+               autoreconf -vfi
+       end
+
+       make_build_targets += V=1
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-devel
                template DEVEL