]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libnetfilter_log/libnetfilter_log.nm
Merge remote-tracking branch 'ms/openvswitch'
[people/pmueller/ipfire-3.x.git] / libnetfilter_log / libnetfilter_log.nm
CommitLineData
86300324 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
86300324
SS
4###############################################################################
5
802ea3af 6name = libnetfilter_log
b2e71eea 7version = 1.0.1
802ea3af 8release = 1
86300324 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.netfilter.org/projects/libnetfilter_log/downloads.html
12license = GPL
13summary = The libnetfilter_log userspace library.
86300324 14
802ea3af 15description
b2e71eea
SS
16 libnetfilter_log is a software library to interface with the
17 nfnetlink_log mechanism in Linux 2.6.14 and later. The library
18 enables programs to receive and process packets logged by the
86300324 19 Linux packet filter (iptables).
802ea3af
MT
20end
21
b2e71eea 22source_dl = http://www.netfilter.org/projects/%{name}/files/
802ea3af
MT
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 libnfnetlink-devel
802ea3af 28 end
b2e71eea
SS
29
30 # Disable any optimization because of
31 # https://bugzilla.ipfire.org/show_bug.cgi?id=10018
32 if "%{DISTRO_ARCH}" == "i686"
33 CFLAGS += -O0
34 end
35
36 make_build_targets += CFLAGS="%{CFLAGS}"
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