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