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