]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/libnetfilter_queue/libnetfilter_queue.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / 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
MT
6name = libnetfilter_queue
7version = 0.0.17
8release = 1
725a8d68 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.netfilter.org/projects/libnetfilter_queue/downloads.html
12license = GPL
13summary = The libnetfilter_queue userspace library.
725a8d68 14
802ea3af 15description
725a8d68
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 \
19 ip_queue/libipq mechanism.
802ea3af
MT
20end
21
22source_dl =
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 libnfnetlink-devel
28 pkg-config
29 end
30end
31
32packages
33 package %{name}
34 end
35
36 package %{name}-devel
37 template DEVEL
38 end
39end