]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame_incremental - libnetfilter_log/libnetfilter_log.nm
libnetfilter_log: Fix build problem on i686.
[people/amarx/ipfire-3.x.git] / libnetfilter_log / libnetfilter_log.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libnetfilter_log
7version = 1.0.1
8release = 2
9
10groups = System/Libraries
11url = http://www.netfilter.org/projects/libnetfilter_log/downloads.html
12license = GPL
13summary = The libnetfilter_log userspace library.
14
15description
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).
20end
21
22source_dl = http://www.netfilter.org/projects/%{name}/files/
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 autoconf
28 automake
29 libnfnetlink-devel
30 end
31
32 prepare_cmds
33 sed -e "s/-Wc,-nostartfiles//g" -i src/Makefile*
34 autoreconf -vfi
35 end
36
37 make_build_targets += CFLAGS="%{CFLAGS}"
38end
39
40packages
41 package %{name}
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50end