]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libnetfilter_log/libnetfilter_log.nm
openvswitch: Add service file for systemd.
[people/amarx/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 = 0.0.16
8 release = 1
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 =
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 libnfnetlink-devel
28 pkg-config
29 end
30 end
31
32 packages
33 package %{name}
34 end
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end