]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libnetfilter_queue/libnetfilter_queue.nm
Merge remote-tracking branch 'stevee/compat-packages'
[people/ms/ipfire-3.x.git] / libnetfilter_queue / libnetfilter_queue.nm
CommitLineData
725a8d68 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
725a8d68
SS
4###############################################################################
5
802ea3af 6name = libnetfilter_queue
1f5581f7 7version = 1.0.1
802ea3af 8release = 1
725a8d68 9
802ea3af 10groups = System/Libraries
1f5581f7 11url = http://www.netfilter.org/projects/libnetfilter_queue/index.html
802ea3af
MT
12license = GPL
13summary = The libnetfilter_queue userspace library.
725a8d68 14
802ea3af 15description
1f5581f7
SS
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
725a8d68 19 ip_queue/libipq mechanism.
802ea3af
MT
20end
21
1f5581f7 22source_dl = http://www.netfilter.org/projects/libnetfilter_queue/files/
802ea3af
MT
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 libnfnetlink-devel
28 pkg-config
29 end
30end
31
32packages
33 package %{name}
1f9bc2f0 34
802ea3af
MT
35 package %{name}-devel
36 template DEVEL
37 end
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end