]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libnftnl/libnftnl.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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
58265849
PM
7version = 1.2.6
8release = 1
8a436145
MT
9
10groups = Networking/Tools
973a051d 11url = https://netfilter.org/projects/libnftnl
8a436145
MT
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
973a051d 20source_dl = https://netfilter.org/projects/libnftnl/files/
58265849 21sources = %{thisapp}.tar.xz
8a436145
MT
22
23build
24 requires
25 autoconf
8a436145
MT
26 automake
27 libmnl-devel
28 libtool
29 end
30
31end
32
33packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43end