ipfire-3.x/libnetfilter_queue/libnetfilter_queue.nm

44 lines
1.1 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = libnetfilter_queue
version = 1.0.5
release = 1.1
groups = System/Libraries
url = https://www.netfilter.org/projects/libnetfilter_queue/index.html
license = GPL
summary = The libnetfilter_queue userspace library.
description
libnetfilter_queue is a userspace library that provides an API
for manipulating packets that have been queued by the kernel
packet filter. It is is part of a system that deprecates the old
ip_queue/libipq mechanism.
end
source_dl = http://www.netfilter.org/projects/libnetfilter_queue/files/
sources = %{thisapp}.tar.bz2
build
requires
libmnl-devel >= 1.0.3
libnfnetlink-devel
pkg-config
end
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end