]> git.ipfire.org Git - ipfire-3.x.git/blame - libnftnl/libnftnl.nm
libnftnl: Update to version 1.1.1
[ipfire-3.x.git] / libnftnl / libnftnl.nm
CommitLineData
8a436145
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libnftnl
c1bc4a66 7version = 1.1.1
8a436145
MT
8release = 1
9thisapp = %{name}-%{version}
10
11groups = Networking/Tools
12url = http://netfilter.org/projects/libnftnl
13license = GPLv2
14summary = Library for low-level interaction with nftables
15
16description
17 Library for low-level interaction with nftables Netlink's API over
18 libmnl.
19end
20
21source_dl = http://ftp.netfilter.org/pub/libnftnl/
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 autoconf
27 autogen
28 automake
29 libmnl-devel
30 libtool
31 end
32
33end
34
35packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45end