]> git.ipfire.org Git - ipfire-3.x.git/blame - libnetfilter_conntrack/libnetfilter_conntrack.nm
libnetfilter_conntrack: Fix build on i686.
[ipfire-3.x.git] / libnetfilter_conntrack / libnetfilter_conntrack.nm
CommitLineData
59f746bc 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
59f746bc
SS
4###############################################################################
5
802ea3af 6name = libnetfilter_conntrack
b9a6259a 7version = 1.0.2
5e82b005 8release = 2
59f746bc 9
802ea3af 10groups = System/Libraries
e3b9521f 11url = http://www.netfilter.org/projects/libnetfilter_conntrack/index.html
802ea3af
MT
12license = GPL
13summary = libnetfilter_conntrack is a userspace library.
59f746bc 14
802ea3af 15description
e3b9521f
SS
16 libnetfilter_conntrack is a library that allows user-space
17 programs to interface the kernel connection tracking table of
59f746bc 18 the netfilter subsystem in the Linux kernel.
802ea3af
MT
19end
20
e3b9521f 21source_dl = http://www.netfilter.org/projects/libnetfilter_conntrack/files/
802ea3af
MT
22sources = %{thisapp}.tar.bz2
23
24build
5e82b005
MT
25 # Disable any optimization.
26 if "%{DISTRO_ARCH}" == "i686"
27 CFLAGS += -O0
28 end
29
802ea3af 30 requires
b9a6259a 31 libmnl-devel >= 1.0.3
802ea3af
MT
32 libnfnetlink-devel
33 pkg-config
34 end
5e82b005
MT
35
36 make_build_targets += V=1
802ea3af
MT
37end
38
39packages
40 package %{name}
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end