]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libnetfilter_log/libnetfilter_log.nm
kernel: Update to 3.17
[people/ms/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 = 2
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 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}"
38 end
39
40 packages
41 package %{name}
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end