New packages: nftables and libnftnl.

This commit is contained in:
Michael Tremer 2014-04-13 15:29:03 +02:00
parent 067b907e79
commit f18a2f6182
2 changed files with 99 additions and 0 deletions

49
libnftnl/libnftnl.nm Normal file
View File

@ -0,0 +1,49 @@
###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = libnftnl
version = 1.0.0
snapshot = 20140412
release = 1.%{snapshot}
thisapp = %{name}-%{snapshot}
groups = Networking/Tools
url = http://netfilter.org/projects/libnftnl
license = GPLv2
summary = Library for low-level interaction with nftables
description
Library for low-level interaction with nftables Netlink's API over
libmnl.
end
source_dl = http://ftp.netfilter.org/pub/libnftnl/snapshot/
sources = %{thisapp}.tar.bz2
build
requires
autoconf
autogen
automake
libmnl-devel
libtool
end
prepare_cmds
./autogen.sh
end
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end

50
nftables/nftables.nm Normal file
View File

@ -0,0 +1,50 @@
###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = nftables
version = 0.100
snapshot = 20140412
release = 1.%{snapshot}
thisapp = %{name}-%{snapshot}
groups = Networking/Tools
url = http://netfilter.org/projects/nftables/
license = GPLv2
summary = Netfilter Tables userspace utillites
description
%{summary}
end
source_dl = http://ftp.netfilter.org/pub/nftables/snapshot/
sources = %{thisapp}.tar.bz2
build
requires
autoconf
autogen
automake
bison
docbook-dtds
flex
gmp-devel
libtool
libmnl-devel
libnftnl-devel
readline-devel
end
prepare_cmds
./autogen.sh
end
end
packages
package %{name}
package %{name}-debuginfo
template DEBUGINFO
end
end