]> git.ipfire.org Git - ipfire-3.x.git/blob - libnetfilter_log/libnetfilter_log.nm
Merge remote-tracking branch 'stevee/openvswitch-systemd'
[ipfire-3.x.git] / libnetfilter_log / libnetfilter_log.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libnetfilter_log
7 version = 1.0.1
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.netfilter.org/projects/libnetfilter_log/downloads.html
12 license = GPL
13 summary = The libnetfilter_log userspace library.
14
15 description
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
19 Linux packet filter (iptables).
20 end
21
22 source_dl = http://www.netfilter.org/projects/%{name}/files/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 libnfnetlink-devel
28 end
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}"
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end