]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libnetfilter_log/libnetfilter_log.nm
kernel: Enable cgroup memory controller
[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
f73f6b77 7version = 1.0.2
fb0b5f5a 8release = 1.1
86300324 9
802ea3af 10groups = System/Libraries
f73f6b77 11url = https://www.netfilter.org/projects/libnetfilter_log/downloads.html
802ea3af
MT
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
f73f6b77 22source_dl = https://www.netfilter.org/projects/%{name}/files/
802ea3af
MT
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
2164f1b9
MT
27 autoconf
28 automake
f73f6b77 29 libmnl-devel >= 1.0.3
802ea3af 30 libnfnetlink-devel
802ea3af 31 end
b2e71eea 32
2164f1b9
MT
33 prepare_cmds
34 sed -e "s/-Wc,-nostartfiles//g" -i src/Makefile*
35 autoreconf -vfi
b2e71eea
SS
36 end
37
38 make_build_targets += CFLAGS="%{CFLAGS}"
802ea3af
MT
39end
40
41packages
42 package %{name}
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end