]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libnetfilter_log/libnetfilter_log.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[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
MT
6name = libnetfilter_log
7version = 0.0.16
8release = 1
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
86300324
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 \
19 Linux packet filter (iptables).
802ea3af
MT
20end
21
22source_dl =
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 libnfnetlink-devel
28 pkg-config
29 end
30end
31
32packages
33 package %{name}
34 end
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end