]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libnetfilter_queue/libnetfilter_queue.nm
paxctl: Update to 0.8.
[people/ms/ipfire-3.x.git] / libnetfilter_queue / libnetfilter_queue.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libnetfilter_queue
7 version = 1.0.2
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.netfilter.org/projects/libnetfilter_queue/index.html
12 license = GPL
13 summary = The libnetfilter_queue userspace library.
14
15 description
16 libnetfilter_queue is a userspace library that provides an API
17 for manipulating packets that have been queued by the kernel
18 packet filter. It is is part of a system that deprecates the old
19 ip_queue/libipq mechanism.
20 end
21
22 source_dl = http://www.netfilter.org/projects/libnetfilter_queue/files/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 libmnl-devel >= 1.0.3
28 libnfnetlink-devel
29 pkg-config
30 end
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end