]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libnetfilter_log/libnetfilter_log.nm
libpng: Update to 1.6.10.
[people/ms/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
2164f1b9 8release = 2
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
2164f1b9
MT
27 autoconf
28 automake
802ea3af 29 libnfnetlink-devel
802ea3af 30 end
b2e71eea 31
2164f1b9
MT
32 prepare_cmds
33 sed -e "s/-Wc,-nostartfiles//g" -i src/Makefile*
34 autoreconf -vfi
b2e71eea
SS
35 end
36
37 make_build_targets += CFLAGS="%{CFLAGS}"
802ea3af
MT
38end
39
40packages
41 package %{name}
1f9bc2f0 42
802ea3af
MT
43 package %{name}-devel
44 template DEVEL
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end