ipfire-3.x/libnfnetlink/libnfnetlink.nm

37 lines
1.1 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = libnfnetlink
version = 1.0.2
release = 1
groups = System/Libraries
url = https://www.netfilter.org/projects/libnfnetlink/downloads.html
license = GPL
summary = A low-level library for netfilter
description
libnfnetlink is a low-level userspace library for
nfnetlink-based communication between the kernel-side netfilter
and the user-space world. It is therefore the fundamental layer
for all other nfnetlink-enabled user-space programs interfacing
with the netfilter subsystem of the Linux kernel.
end
source_dl = https://www.netfilter.org/projects/libnfnetlink/files/
sources = %{thisapp}.tar.bz2
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end