]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libnetfilter_queue/libnetfilter_queue.nm
Merge remote-tracking branch 'stevee/compat-packages'
[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.1
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 libnfnetlink-devel
28 pkg-config
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end