]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libnetfilter_queue/libnetfilter_queue.nm
icecream: Remove package
[people/amarx/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
10111c8c 7version = 1.0.2
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
10111c8c 27 libmnl-devel >= 1.0.3
802ea3af
MT
28 libnfnetlink-devel
29 pkg-config
30 end
31end
32
33packages
34 package %{name}
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